My phonegap app will work fine until I make a call to a Phonegap API,
at which point the touch will stop responding on mainly the first
element that has a event attached to it in the current view. A view
for my app is body > div.current with the rest of the divs display
none.
I can replicate this every time.
It is clearly a bug in iOS5.
Is anyone else seeing this or have a work around?
Alex Grande
unread,
Jan 19, 2012, 3:03:17 PM1/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phonegap
Well.. our solution was to disable -webkit-overflow-scrolling. :/
Jean-Philippe Déry
unread,
Mar 29, 2012, 3:15:24 PM3/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phon...@googlegroups.com
I believe I have good news for you.
I was having the same problem as some regions were not touchable for some reason. Turns out the iframe injected by PhoneGap could be the cause. I followed this post https://groups.google.com/d/msg/phonegap/n2k-OvqCDcE/yfhKdzHi7nsJ to remove the iframe and my scrolling works. The only downside is if your app loads different pages.