L.jack
L.jack

Reputation: 21

ionic pages issue on iOS devices

enter image description here

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

Answers (1)

L.jack
L.jack

Reputation: 21

The issue is fixed by adding

<preference name="DisallowOverscroll" value="true" />

in the config.xml

Upvotes: 1

Related Questions