This question is locked. New answers and comments are not allowed.
Hello,
When sliding up or down an non-scrollable element in my view I get the entire screen pulled up, which doesn't give a native feeling.
How can I prevent that from happening ?
Also, I noticed that sliding through a long listview is not as smooth as I would like it to be.
I don't have any shadows in my css nor transparency. How should I handle that ?
Is this situation when native scrolling comes to hand?
I did :
when initializing kendo, but it's not good. Should I remove it ? is it automatically applied to every element in my DOM ?
Thank you for your advises
When sliding up or down an non-scrollable element in my view I get the entire screen pulled up, which doesn't give a native feeling.
How can I prevent that from happening ?
Also, I noticed that sliding through a long listview is not as smooth as I would like it to be.
I don't have any shadows in my css nor transparency. How should I handle that ?
Is this situation when native scrolling comes to hand?
I did :
app = new kendo.mobile.Application( $(document.body), { platform: { name: "ios", // Mobile OS, can be "ios", "android", "blackberry", "wp", "meego" ios: true, // Mobile OS name as a flag majorVersion: 7, // Major OS version appMode: false, // Whether running in browser or in AppMode/PhoneGap/Icenium. useNativeScrolling: true } });when initializing kendo, but it's not good. Should I remove it ? is it automatically applied to every element in my DOM ?
Thank you for your advises