When I run my app on the iPhone simulator I’m able to drag it down if I click the app header and pull it down, how can I prevent it?
found the answer, I needed to add this to my config.xml:
preference name=“DisallowOverscroll” value=“true”
When I run my app on the iPhone simulator I’m able to drag it down if I click the app header and pull it down, how can I prevent it?
found the answer, I needed to add this to my config.xml:
preference name=“DisallowOverscroll” value=“true”