Protip icon indicating copy to clipboard operation
Protip copied to clipboard

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

Open Flynn77 opened this issue 10 years ago • 3 comments

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 avatar Oct 22 '15 08:10 Flynn77

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

Flynn77 avatar Oct 22 '15 09:10 Flynn77

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

wintercounter avatar Oct 22 '15 09:10 wintercounter

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

Flynn77 avatar Oct 22 '15 10:10 Flynn77