-
Notifications
You must be signed in to change notification settings - Fork 542
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
Problems with touch devices. #861
Comments
I'm experiencing the same issue. Has anybody found a work around for this? |
This is working as expected now. They probably fixed it upstream. |
It works on browsers in iPhone but not in Android. Tested in different android devices with chrome. @gilbarbara |
@gilbarbara Do you have any idea of what the issue is? How can I help or is there an estimated time for when this issue will be resolved? |
Hey @zvandehy |
Definitely not a pretty solution, but works for my use case, so sharing in case it might help someone with this "touch" issue on mobile. In summary, I pass Again, extremely hacky, and definitely not recommended, but might help as a workaround in some cases. On a related note, I was investigating how This hacky solution I came up with seemed a lot easier to implement, so I didn't try testing this idea from |
I ended up hiding Joyride for touch screens for now using |
Hi, first of all thanks for this project.
After that, I have problem using your library with touch devices (phones, tables, ...) and I think that it is about this line:
react-joyride/src/components/Overlay.js
Line 199 in 88853fe
Because mouseOverSpotlight won't be true in touch devices, right?
You can test for you self in Controlled Demo using some touch devices, You will see how you need to press twice in order to follow the tutorial.
The text was updated successfully, but these errors were encountered: