Issue
I have an issue, when scrolling screen was jumping - the background appears blank white.
Can anyone help me?
Solution
Your question is not very clear but I think you want to disable the overscroll effect. Add the following to your config.xml
as child element of the <widget
> element:
<preference name="DisallowOverscroll" value="true" />
You can find the related docs here.
Answered By - David
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.