Topic: Tooltip not working on iphone safari
Life.appadmin asked 3 years ago
Expected behavior Need to apear tool tip in iphone safari
Actual behavior Not working on iphone safari but working in Chrome ios as wella s android Chrome
Resources (screenshots, code snippets etc.)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: MDB5 1.0.0
- Device: iphone
- Browser: safari
- OS: ios
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 3 years ago
@Life.appadmin Thank you for reporting this problem, we will take a closer look at that. Can you provide a full HTML code so we can make sure that we test that on the same example?
Life.appadmin commented 3 years ago
@Arkadiusz Idzikowski here is the code. I did not use any other separate code. I used your component in the same way.
It would be a great help to me if I could get a quick solution to this problem. Because the deadline of my current project is coming Monday. :(
Arkadiusz Idzikowski staff commented 3 years ago
@Life.appadmin We tried to reproduce the problem on our end but without success. Can you provide more information about the phone model and Safari version on which you tested the component?
Also please check if this workaround will help to resolve the problem:
<a href="#" mdbTooltip="Test tooltip" #tooltip="mdbTooltip" (click)="tooltip.toggle()">tooltip</a>