Hi all,
I am facing an interesting problem.
I have a native APP and build iOS and Android version of it.
In TestCenter and iOS everything works great! But on Android I have a problem (so far I can see an all Android versions):
Im am loading some htnl stuff and put it into an div. On top of the page I have a header bat and at the bottom a nav bar.
Between the two bars I have an html widget, where I put the loaded html in. And I am using iScroll to make the html page scrollable.
The problem on Androidf is: When I try to scroll, before the html is fully loaded, the whole page (including both bars) is scrolling. Once the html is loaded, it stops doing that. But if you have for example the nav bar in the middle of the screen, it will remain there, even if I switch sites.
The iScroller is not the problem. I tried already to disable it and I have the same problem. Obviously I can not scroll in the html anymore but the problem still exists.
Any thoughts from someone?
Thanks and best regards
Christian