jquery - Page Scrolling Not Working on Android Device -


I am making cross platform mobile applications using the phonegap framework . The following code is used for page scrolling.

  .page {overflow-y: scroll; -webkit-overflow-scrolling: touch;}   

This is working well on iOS device. In Android devices, page scrolling is not working. Please guide me Script development started because mobile webkit (on iPhone, iPad, Android) has a fixed width / height element. Provide a basic way to scroll content inside

then you use the plugin

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -