You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: