palimadra / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

scrolling off on Palm Pre #180

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the Palm Pre browser seems to work ok with IUI, except the scrolling.  when 
going from one page to another the browser the new page is scrolled down the 
same amount as the one you came from.

for example:  on a longer iui page you scroll to the bottom and then click to 
another page (which is short) and you have to swipe up a bunch to even find 
it!

any ideas?

Original issue reported on code.google.com by kevin.qu...@gmail.com on 18 Sep 2009 at 4:35

GoogleCodeExporter commented 9 years ago
This is not just a Palm Pre issue. It also occurs on iPhones (at least on my 
webapp).

Original comment by msmithne...@gmail.com on 29 Sep 2009 at 12:14

GoogleCodeExporter commented 9 years ago
I've noticed the same behavior on iPhone 3.0 and 3.1.

Original comment by charles....@gmail.com on 29 Sep 2009 at 1:15

GoogleCodeExporter commented 9 years ago
Hi Kevin,

I submit a patch in the issue 272. The hidden/previous view is still visible 
(display isn't "hidden"). So, the scroller manager takes it to calculate the 
size of the viewport. My patch set the overflow property to "hidden" and the 
height to "1px" and remove it when we want to display the view. So, the 
scroller manager will calculate only the current view.

Hope that helped.

Cheers

Julien Roche

Original comment by roche....@gmail.com on 7 Oct 2010 at 3:53