-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Does not open when clicked in a physical mouse #302
Comments
Unable to reproduce, try version 2.8.3 and see if it is ok. Because I've refactored the code related with entry button in version 2.9.x. |
Try 2.11.0 and see if it is fixed. |
still not fixed |
Screenrecorder-2023-01-19-22-36-46-805.mp4 |
So you're using a mouse on a phone? |
yes |
Try deleting ontouchstart to force eruda to use mouse events. <script>delete window.ontouchstart</script>
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script> |
still not working |
no wait, it is working! thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! i don't know why but when i click the icon to open eruda it doesn't work
the clicks are registering but it doesnt't open
The text was updated successfully, but these errors were encountered: