Open jcalonso opened 11 years ago
The way to lock the layout would be to include the code in a Phonegap application using that has UIWebViewBounce turned off. You can try it using Phonegap build and a config.xml with bounce turned off.
On Dec 24, 2012, at 4:34 PM, Juan Carlos Alonso notifications@github.com wrote:
Hi,
I don't know if its a bug but happens in my app and in the demo app.
When you open the menu and then swipe to the left the whole layout moves giving a very bad experience to the user.
Is there a way to "lock" the layout?
Screenshot
— Reply to this email directly or view it on GitHub.
Hi Tegan,
May be I didn't explain my self well. The problem is when the user swipes the menu horizontally and it happens in iOS and Android. I did research on the 'webviewbounce' property but it is another thing what i mean.
See this video, may be it helps:
https://dl.dropbox.com/u/569199/slideMenu.mov
Cheers!
I'm having the same problem in a Phonegap app. I looked at using overflow-x:hidden
as suggested on stackoverflow http://stackoverflow.com/questions/5543495/mobile-safari-viewport-preventing-horizontal-scrolling but doesn't seem to work.
Thanks!
Hi,
I don't know if its a bug but happens in my app and in the demo app.
When you open the menu and then swipe to the left the whole layout moves giving a very bad experience to the user.
Is there a way to "lock" the layout?
Screenshot