-
Notifications
You must be signed in to change notification settings - Fork 118
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
Safari: hide not triggered #51
Comments
Also facing same issue, anyone has a fix ? |
I had the same problem today, and in the end I could fix it by adding in my css .tipso_content { See here why: https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile |
I have the same issue has @Evekt. When viewing any Tipso tooltip on iOS (both in iOS Safari and in iOS Chrome), the tooltip cannot be dismissed. It remains on-screen indefinitely (that is, until another tooltip has been opened, until page refresh, or until a hyperlink has been clicked). @SusanaDubstone Unfortunately, your suggestion no longer works. Does anyone know how to fix this? UPDATE: I've spent the entirety of the last 2 days working on this. I've finally devised a working solution:
|
The hide event is not triggering on an ipad. When i touch the element, the tooltip opens after a short delay. But when i touch it a second time, it's not hiding.
We have the same issue on the offical tipso-website "http://tipso.object505.com"
Is this a known issue ?
Kind regards
Simon
The text was updated successfully, but these errors were encountered: