primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
8.74k stars 1.09k forks source link

Tooltip: Is not showing on touch devices #5378

Open MarcelGeo opened 4 months ago

MarcelGeo commented 4 months ago

Describe the bug

On mobile devices is not possible to show tooltips.

Reproducer

https://primevue.org/tooltip/

Screenshot_2024-03-04-19-31-00-978_com android chrome

PrimeVue version

3.

Vue version

3.x

Language

ALL

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. Open examples for tooltip in primevue.org using mobile
  2. Try to show any tooltip in examples
  3. ...nothing is showing

Expected behavior

Tooltips are running on mobile phones with toucch interactions.

MiAnMy commented 3 months ago

Just use .focus

MarcelGeo commented 3 months ago

Just use .focus

If you use focus, hover is not running properly 🫣