Reputation: 445
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
Reputation: 30135
Cordova.plist
a. UIWebViewBounce (boolean, defaults to YES) - set to NO if you don't want the WebView to rubber-band
Upvotes: 1