jQuery Mobile Hash Navigation not Working On Mobile Devices?
When I run a jQuery Mobile page in Safari on a Mac everything runs fine. However when I run it o开发者_StackOverflow社区n an iPad/iPod and select links on the page that are supposed to navigate to different pages it doesn't work. If I navigate directly to any given page (e.g., index.html#PageId), it works, but if I select a link, the hash tag does not get appended to the URL and the displayed page doesn't change. Any thoughts?
This turned out to be some the result of some buried code that was intercepting the touch events and handling them incorrectly.
精彩评论