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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -