For all who also faced with this issue:
add this in config.xml:
preference name=“DisallowOverscroll” value=“true”/
preference name=“UIWebViewBounce” value=“false” /
and also, better for games to add this in index.html:
{
overflow: hidden;
height:100%;
}