Hi Scott,
Sorry about the delayed reply.
The observed behavior is by design and can be observed on all devices and operating systems. The idea is that the mobile web application should behave like native device apps, which normally do not allow text selection.
You can re-enable text selection by overriding the CSS rules, which disable it:
For example, you can use:
https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
(add the above rule
after the Kendo UI stylesheets)
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!