Element scrolling on Android 2 devices is jerky. As a workaround it would be good to have ability revert to native page scrolling. I've successfully implement this with css, but this only works on non-touch devices. Touch devices "highjack" the touch events of body.
Supported, see more info here: http://docs.telerik.com/kendo-ui/getting-started/mobile/native-scrolling
Some WP8 phones perform very poorly when scrolling the lists (tested with 2013 Q1 release) so having this fallback function would be useful.
Clarification: it's not the body element that handles scrolling, but views themselves.