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

onClick does not always work on mobile safari #452

Open
tysonzero opened this issue Aug 24, 2018 · 3 comments
Open

onClick does not always work on mobile safari #452

tysonzero opened this issue Aug 24, 2018 · 3 comments

Comments

@tysonzero
Copy link
Contributor

To reproduce make an app with an onClick attribute on something that isn't a button and without any special styling, and try and click on it on mobile safari. You will notice that the click is not registered by Miso.

This is due to this.

It's an unfortunate quirk, but it seems to me that Miso might be the right place to handle this, to maximize its cross browser compatibility.

@dmjio
Copy link
Owner

dmjio commented Oct 21, 2018

@tysonzero can we close this?

@tysonzero
Copy link
Contributor Author

It's still an issue actually, on mobile safari the only way to close our login / signup modal is to tap on the "X", whereas on every other browser we have tried you can just click outside the modal.

@dmjio
Copy link
Owner

dmjio commented Sep 24, 2021

Sadly I don't think cross compiling to ARM will solve this, since it still uses the same webkit rendering engine.

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