-
Notifications
You must be signed in to change notification settings - Fork 337
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
Issues on mobile #23
Comments
Well, that's the way hover events work on mobile browsers. Maybe open an issue on popper repo.
If the tooltip decides there is not enough space, it can change the position. |
Confirm such behavior. On mobile on tap tooltip opens and not hides if tap outside. |
Any updated about this? |
I ended up not using this because it's incompatible with mobile.
…On Wed, Nov 1, 2017 at 4:45 AM, Momen Zakaria ***@***.***> wrote:
Any updated about this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAYLicqVWSU9ydJDF7-2F6C3usJFKFaks5syFm-gaJpZM4Nws_F>
.
|
As a possible turnaround guys: when on mobile u set display:none to the tooltip and attach click event handler for its parent element, then just toggle it from display none to display block on click.
|
I may have to add touch events to have a better behavior than the browser default on touchscreens. |
Tooltips appear on tapping the element, but do not disappear when the finger is removed.
Also, on a narrow screen, tooltips ignore the positioning (.right tooltips appear centered).
The text was updated successfully, but these errors were encountered: