For some time now I've been happily using the qTip jQuery plugin. No complaints there. However, on iPads and iPhones, the tooltips appears to be buggy.
Symptoms:
- Before resizing the touch screen everything seems to be working fine.
- After resizing etc. --开发者_如何学JAVA Inconsistent behavior. Some tooltips are misplaced; no real logic there.
Diagnosis: It seems to me that Apple's touch-screens f**k-up the absolute and fixed positions for all jQuery calls.
How do I get by this? Anyone got into it? I googled the thing; couldn't find anything regarding this specific touch-screen issue.
Thanks!
actually tegeril is incorrect (partially) iOS 5 does support fixed position iOS 4 does not. what version of iOS are you on? .
精彩评论