I've been enjoying using the qTip jQuery plugin for some time now and haven't experienced any issues. However, I recently noticed a bug with the tooltips on iPads and iPhones.
Here are the symptoms I've observed:
- Everything works fine until I resize the touch screen.
- After resizing, the behavior becomes inconsistent. Some tooltips are misplaced without a clear pattern.
Upon diagnosis, it seems that Apple's touch screens affect the absolute and fixed positions for jQuery calls.
Has anyone else encountered this issue? I tried searching online but couldn't find any solutions specifically related to touch-screen problems.
Thank you in advance!