I am developing the mobile app and I have this wierd issue regarding scrolling (only on Android build).
- When I have swipe for sidepanel and try to scroll up/down, the scroll gets broken completely (unusable)
- When I disable the swipe for sidepanel using:
$.ui.slideSideMenu = false;...it all works well (in emulate mode). [b]When I build the application[/b], the scroll gets broken again and its barely usable.
Have in mind that I have put
$.feat.nativeTouchScroll=true;
in index.html
Any ideas how to resolve choppy scrolling?