miso icon indicating copy to clipboard operation
miso copied to clipboard

`onClick` does not always work on mobile safari

Open tysonzero opened this issue 7 years ago • 3 comments

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.

tysonzero avatar Aug 24 '18 06:08 tysonzero

@tysonzero can we close this?

dmjio avatar Oct 21 '18 10:10 dmjio

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.

tysonzero avatar Oct 21 '18 19:10 tysonzero

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

dmjio avatar Sep 24 '21 18:09 dmjio