Some background information: I would like to build a fully accessible (wai-aria) mobile-first app using Kendo.
I know that Kendo UI has built in accessibility for web widgets, I can see when I inspect the demo versions of the buttons, etc, that all of the aria roles are predefined and set for me: http://docs.telerik.com/kendo-ui/accessibility/wai-aria-support-in-kendo
However I fail to see the same thing happening when I inspect Kendo Hybird widgets: http://docs.telerik.com/kendo-ui/controls/hybrid/introduction
If hybird widgets do not have built in wai-aria accessibility, what are my options for building a performant, cross-platform mobile first app with kendo (alternative is maybe jquery mobile)?
Do I have to use a SPA framework with web widgets? Or should I just use the web-widgets within the hybird application? Either way, performance and cross-compatibility betweeen android, ios, web are key factors, and would like to know how these will be affected.
Would greatly appreciate any help.