on mobile when you have a form that includes alot of attribute and you must scroll down on the form the scrolling is not good and responsive as in queries mobile template.
now i think the solution is using Kendu
useNativeScrolling: true
but where? the form body have no kendu object to set the configuration on.
or the other option is adding this CSS style to the form body
overflow: auto; -webkit-overflow-scrolling: touch;
what is your opinion on this matter?