720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

Tooltip not showing in nested components on mobile #197

Open burdell opened 7 years ago

burdell commented 7 years ago

Using this with an Angular 1.5 app inside a nested component and tooltips do not show on mobile (iOs Chrome, iOS Safari). Tried adding the tooltip to the root component and it DOES show on mobile, so seems like it's some kind of issue related to nesting and mobile browser rendering.

Any ideas here?

45kb commented 7 years ago

@burdell Hi it could be anything and probably third parties css that broke the tooltip css and viceversa.

The tooltip is made and toggle by CSS only practically.

Would be great if you can create a jsfiddle to see what's really happening there.