Disable overscrolling / bounce effect in Blackberry app
231 views
Skip to first unread message
Josh Dillon
unread,
Apr 24, 2013, 9:21:29 AM4/24/13
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
Hey,
I just started testing a Blackberry app made with phonegap and noticed that the app overscrolls / has a bouncing effect when you scroll to the top or bottom. Is there a way to disable this from happening? It looks like you can use <preference name="webviewbounce" value="false" /> to prevent this from happening in iOS phonegap apps, is there an equivalent option for Blackberry apps?
Thanks,
Josh
Abdu Adil
unread,
May 20, 2013, 3:24:48 AM5/20/13
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
On Monday, May 13, 2013 2:26:38 PM UTC+8, Abdu Adil wrote:
yes i would like this options also, its annoying a lot
Ícaro Leandro
unread,
May 24, 2013, 1:23:31 PM5/24/13
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
Try this:
-webkit-touch-callout: none;
Is the eqquivalet to : "-ms-touch-action: none" in the Windows Phone;
hooinator
unread,
Jul 4, 2013, 4:43:59 PM7/4/13
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'm interested in knowing the solution. I'm using PhoneGap 2.8.0 with jQuery Mobile 1.2.0 and none of the above suggestions worked for me. Has anyone gotten it to work?