I have an issue, when scrolling screen was jumping - the background appears blank white.
Can anyone help me?
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.