Rexb
Rexb

Reputation: 445

Phonegap iPad app screen can be moved

On iPad, whole application window of my app, built by jQuery Mobile and PhoneGap, can be moved by tapping and dragging. When finger is released the app window repositioned itself. How can I lock the app window so it does not move upon tapping & dragging?

Upvotes: 2

Views: 363

Answers (1)

Andy
Andy

Reputation: 30135

http://docs.phonegap.com/en/edge/guide_project-settings_ios_index.md.html#Project%20Settings%20for%20iOS

Cordova.plist

a. UIWebViewBounce (boolean, defaults to YES) - set to NO if you don't want the WebView to rubber-band

Upvotes: 1

Related Questions