Last modified: 2012-02-24 02:52:31 UTC
So you lose the title and the first line or so
Can you attach a screenshot. I'm not seeing this happen on a Nexus One or Droid Incredible
Same for reflinks... Seems to scroll to the top of the window, not accounting for the search bar
So .. screenshot?
Will do later, was done directly from my phone at the hola hotel. Phones not rooted, so need it attached to a computer to do a screenshot
Created attachment 9235 [details] Images!
Ok, I think... we're actually ending up scrolling the parent document, not the iframe. The header is marked as position:fixed, which is why it doesn't scroll off screen with the rest of the document. Not entirely sure if one-finger drag/scroll will work as expected if we make the main document fit the window and let the iframe scroll within itself.
I tried swapping it to make the iframe limited size; seems to be glitchy in different ways on both Android 2.x and 3/4: https://github.com/brion/Wikipedia/tree/scroll-adjust notes on https://github.com/brion/Wikipedia/commit/e2d3b32b6b93e82c4e0a1b1b3ece018bc217a21c
Tapping problem on Android 3 & 4 looks like http://code.google.com/p/android/issues/detail?id=20184
My 'absolute' branch resolves this by removing the 'position: fixed' floating toolbar and letting it scroll off the page: https://github.com/brion/Wikipedia/commits/absolute It also provides more screen space for reading, which is a big plus in portrait orientation where a toolbar eats proportionately more screen space.
Is this resolved?
Scrolling to references only work if you first expand the sections out (will log a bug fort hat)... But they do scroll to the correct place Same for file pages Guessing brions absolute branch fixed it Marking it RESOLVED FIXED