Reputation: 21
Just like the image shows. When I scroll my page from bottom to top, the page shows a white bar. How can I solve this? Is there anybody else encountered this problem?
Upvotes: 0
Views: 36
Reputation: 21
The issue is fixed by adding
<preference name="DisallowOverscroll" value="true" />
in the config.xml
Upvotes: 1