You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of scrolling to the top of the page when clicking on the status bar is not in the scope of the web view since there is not any javascript event for that. In order to get this behavior you need to wire the tap on the status bar (in native code) to the API call scrollToItem(0) that the list exposes.
If you find any other way of doing this automatically without user intervention, I will be happy to hear and implement.
I expect to be able to tap up top in the browser window to go to the top of the current page, like a normal webpage.
Failure to do so basically makes it a no go on mobile, in my humble opinion.
Using iPhone 6+
iOS 8.3
The text was updated successfully, but these errors were encountered: