I have jquery for my mobile website, but the problem is with iPhones. The touch event, or onclick
event does not work on iPhones. It works on Android.
Have anyone encountered the same problem? How can I fix this? Are there any work arounds?
Also I am a bit confused about jQuery Mobile. What is the purpose of this framework other than the swipe events?
Should I add both jQuery and jQuery Mobile for my mobile site?