Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work to "go to top" on mobile Safari #4

Open
joacim-boive opened this issue Jun 30, 2015 · 1 comment
Open

Doesn't work to "go to top" on mobile Safari #4

joacim-boive opened this issue Jun 30, 2015 · 1 comment

Comments

@joacim-boive
Copy link

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

@roeierez
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants