`onClick` does not always work on mobile safari
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 can we close this?
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.
Sadly I don't think cross compiling to ARM will solve this, since it still uses the same webkit rendering engine.