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. 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
.page {overflow-y: scroll; -webkit-overflow-scrolling: touch;}
Comments
Post a Comment