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

When used with JQuery Mobile on Mobile Safari - cannot click buttons #8

Closed
lukegalea opened this issue Jun 23, 2011 · 4 comments
Closed

Comments

@lukegalea
Copy link

See https://gist.github.com/1043482

Works great on desktop browsers (even with JQuery Mobile), but with JQM on a mobile device, I suspect that the event that triggers the hide of the browser's URL bar is conflicting with something in guiders. Displays perfectly as seen here: http://screencast.com/t/7gKFsNOX6X2

But cannot click on "Next".

@jeff-oldgithub
Copy link

I have an Android so I'll give it a try on a coworker's phone. I know Mobile Safari has a known bug with the "mousedown" event, however I used "click" so this shouldn't be the problem. Did you figure anything more out since last posting this?

@jeff-oldgithub
Copy link

(Didn't mean to close this.)

@lukegalea
Copy link
Author

Hi @jeff-optimizely. Sorry, no more info here. I tried it with JQM in desktop browsers and it's great. It looks perfect on mobile safari.. I think a good next step would be to try to disable auto URL bar hiding in JQM and see if it works okay. If so, then we at least know that's the source of the issue.

@jeff-oldgithub
Copy link

Fixed by using "click touch" instead of simply "click".

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