wintercounter / Protip

A new generation jQuery Tooltip plugin
http://protip.rocks
MIT License
359 stars 38 forks source link

iOS support - Add cursor: pointer on iOS to click triggered elements #11

Open Flynn77 opened 8 years ago

Flynn77 commented 8 years ago

Hi, Protip works fine on desktop and Androïd devices, but seems to have problem on ios devices. I have set protip like this : el.protipSet({ trigger: 'click' }); Works on desktop and Androïd devices, but not on safari on my iphone, tooltip no appear when i click on element. Do you know this bug on iOS ? Thanks for your help. Regards.

Flynn77 commented 8 years ago

Resolved. iOS bug : add "cursor:pointer" on element

wintercounter commented 8 years ago

Weird iOS bug. Do you think I should consider to add cursor: pointer automatically to clickable elements with tooltip?

Flynn77 commented 8 years ago

Yes, i think it would be nice. However, good work.