-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow to disable touch indicators on IOS #640
Comments
We have the same use-case and would love to be able to disable it. |
#751 still needs JS support. This is a fairly simple and straight forward solution IMO, other ideas are welcome of course. BTW, |
If it's enabled, the param should be |
* Add support for disabling touch indicators with launch args * Don't read user defaults on every touch * Use launchApp instead of deprecated relaunchApp Closes #640
We are implementing screenshot tests when running detox, there is a issue that we have to wait 500ms just to be sure that all touch indicators have disappeared. It would be nice to have an option to disable them.
The text was updated successfully, but these errors were encountered: