I've done a bit more investigation of this. I copied the HTML code generated in Chrome.
<html> <body> <div style="position: absolute; overflow: hidden; left: 0px; top: 0px; right: 0px; bottom: 0px; "> <div style="overflow: auto; position: absolute; zoom: 1; left: 0px; top: 0px; right: 0px; bottom: 0px; "> <div style="position: relative; zoom: 1; "> <div> ..... table with 100 rows here </div> </div> </div> </div> </body> <html> If I remove this line: <div style="position: relative; zoom: 1; "> the test code works fine on a Galaxy 3 using both the default browser and Chrome. Pretty strange. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/c2Y1dZxW4rMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
