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 LiquidGear
I just downloaded this framework to see what it can do. The first
problem I noticed right away is that none of the screens can scroll?!
For instance, I edited info.html and put a whole bunch of break tags
in and some text, but when I run the app on my phone it is not
possible to scroll down... it just ignores my touch. Any help?
Giraldo Rosales
unread,
Nov 16, 2009, 2:16:48 AM11/16/09
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 liqui...@googlegroups.com
To enable scrolling, set the scroll property to true.
lg.pref.scroll = true;
-G
Alan Cece
unread,
Nov 16, 2009, 2:20:49 AM11/16/09
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 liqui...@googlegroups.com
I appreciate your feedback, I didn't know where to sit this, but I did find the touchmove event in the javascript file and commented out the line so it would scroll. My next question would be how to correct the issue if i scroll down far on the first page it remains at that scroll level on the second page instead of going to the top. I would like it to stay at the scroll level when returning, but all the pages are sharing the same scroll level. Thanks for your input!