-
Notifications
You must be signed in to change notification settings - Fork 229
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
Bug: react-scan is unusable in iOS Safari #283
Comments
I would assume there's no RDT installed so it's most likely the previous issue we had (a timing issue for the setup). It should be fixed in the next version. |
Thanks for the quick response. |
I see, I'll take a look. Would it be possible for you to switch to just a plain |
Yeah I have tried it to rule that out as an issue, seems to have the same effect though |
Interesting, I'll have to check a similar setup. |
Hi! First of all, we really like the tool and it greatly helps in various situations, so thank you very much.
We frequently test our site in the iOS Simulator on the Safari browser, and sadly react-scan is unusable there. Not only do re-renders not show up entirely, but inspect element also does not work.
That is not really the immediate problem we face though, since our main goal is not to optimize it inside the emulated Safari Browser. The issue is the the overlay cannot be moved whatsoever, the touch gesture just phases through. This impacts testing in some situations, since some elements in the viewport are blocked.
So the following immediate solutions came to mind:
Since we are using the recommended way of including the Script in the NextJS Head, we cannot decide at runtime if we want to enable it. If there is a possibility to programmatically hide the overlay, this could be an acceptable workaround as well for the time being, but to be honest I would rather wish to not write any custom global hook that checks for that.
Thank you again.
The text was updated successfully, but these errors were encountered: