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
They are still popping over to the top left of the screen a fair bit (I had updated to the latest version, and it improved it - look to see if there's a newer version again)
It looks like overlays and <a href="#" onClick={(e) => { e.preventDefault(); //etc don't mix on mobile, the right answer is to build a link-like component that doesn't navigate so can remove the e.preventDefault() - I haven't proved that is the issue though, just speculating)
The text was updated successfully, but these errors were encountered:
They are still popping over to the top left of the screen a fair bit (I had updated to the latest version, and it improved it - look to see if there's a newer version again)
It looks like overlays and
<a href="#" onClick={(e) => { e.preventDefault(); //etc
don't mix on mobile, the right answer is to build a link-like component that doesn't navigate so can remove thee.preventDefault()
- I haven't proved that is the issue though, just speculating)The text was updated successfully, but these errors were encountered: