Sunday 25 August 2013

android browser scrolling issue in phonegp application

android browser scrolling issue in phonegp application

In my phonegap application scrolling working fine in some of the devices
(android ), but in some of the devices scrolling content does not work.
Simple structure of my page as below :
------------Header-----------
------------content-----------
------------footer-------------
Sample Code :
<div id="header"> </div>
<div id="content">
This content does not scroll when overflow
</div>
<div id="footer"></div>
Header and footer is fixed size and position ( top and bottom).
When i try to scroll content area it will not work in some of the android
devices.
Thanks in advance for solution.

No comments:

Post a Comment