iPhone scroll bar question
Posted: Thu Sep 29, 2011 12:23 pm
I have a Profoundui screen that is used on an iPhone and have sized the screen to fit the iPhone screen. It has a scroll bar on the far right. If you touch over to the right too far to scroll, the whole screen will move up or down about an inch either way, then bounce back. This makes it difficult to scroll sometimes. The screen will also move horizontally in this manner as well. Is there a way to have the screen "locked" in place so this doesn't happen?
Also, I've added a meta tag to the start.html file for viewport which prevents scaling, but am still having this issue.
<meta name="viewport" content="user-scalable=no, width=device-width" />
I wasn't sure if I could add this html code somewhere to the screen, so ended up putting in in the start.html file. Is there a way html code can be added to the individual screens?
Also, I've added a meta tag to the start.html file for viewport which prevents scaling, but am still having this issue.
<meta name="viewport" content="user-scalable=no, width=device-width" />
I wasn't sure if I could add this html code somewhere to the screen, so ended up putting in in the start.html file. Is there a way html code can be added to the individual screens?