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

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -