What is the correct way to realize a Scrollable div on "any" device, like a mobile device and desktop?
For webkit I noticed "webkit-overflow-scrolling", but what about the other devices like a desktop? And when (still) to use the GWT ScrollPanel that has "some partial supported" touch scrolling through "TouchScroller"? I can imagine that you will have to handle the touch event in the correct way and maybe prevent default event handling (event.preventDefault()) to overcome that the whole page scrolls. In the "past" you used the iScroll.js and other js lib's to control this, but is this currently still required ? Or use "position:fixed" to overcome scrolling of the page?.. I am a bit confused, please some advice? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
