Thanks for the reply Andreas! I've noticed that I lost an important detail which causes this problem.
In the initialize method of the page (I use qx.ui.mobile.page.NavigationPage btw, just as you've asked) i'm creating an embed html object with empty string for Html property and then I add it to the content. After the initialization method finishes it's work I update this embed html object with new html - this update is triggered by some event. In that case, as soon as this embed html object is updated with for example some image tag - scrolling fails. But if I put this html code with the same image inside of embed html object during the initialization of page - the same page's scrolling works fine. I use it in such way because I need this element to be updated each time when one of page's properties is also updated. Here's a sample code http://pastebin.com/WnHP9bGh <http://pastebin.com/WnHP9bGh> Make a really tiny window before opening this page. Then after it loads completely press on the toolbar button so that the embed html is updated with a big image that won't fit. In my case I'm unable to scroll it (doublechecked it on latest desktop google chrome). BUT if I put the same image in embed html during it's initialization, before it's added to the content - everything is ok. Also, in my case some caching works so I can't reproduce it twice: I have to clear browser's cache or to change the image link in source code. In my real application image is always changed when I revisit this page again so this problem completely leaves user without scroll on mobiles with small screens. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scrolling-and-zooming-on-different-mobile-devices-tp7585347p7586129.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel