beedesk / jQTouch

jQT + actively maintained + exclusive features (iPad layout, iscroll, tons of css enhancements, page events, param passing between pages, radio button, grid, mail, improved page history management etc.)
http://bit.ly/beedesk-jqt
MIT License
72 stars 13 forks source link

Slow reponsive on click #8

Closed notfair closed 13 years ago

notfair commented 13 years ago

I feel there is a delay when I click on the 'a' or the 'li' (list), then it only trigger the function, for example show other page. It delay like 1 second or so. But it did not have any problem when test on the simulator and browser, the delay I found out when I tested on the device (iPod Touch, iOS 3.1.3).

Incase you want to refer, this is the code I use: http://www.megaupload.com/?d=3BE72DI3

Btw, how to make the content rotate when the device is in landscape?

*actually just now I create a issue, seem like no successful? If it is duplicated then sorry.

thomasyip commented 13 years ago

If it is an older device, it is normal. An older device simply not fast enough.

notfair commented 13 years ago

Beside this, sometime I click on the anchor or the list, it got show the highlight, which mean I already selected it, but then it not load anything and just do nothing, then I need to reselect again, is it also the old device problem?

thomasyip commented 13 years ago

It was a css bug that the padding of a

  • might trigger a highlight but not goto the new page.

    If you tap on a

  • and move more than 5 pixel, the tap will be canceled.

  • thomasyip commented 13 years ago

    The css bug that "the padding of an anchor < a > show highlight but doesn't move page" has been fixed.