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

Issue on the form #4

Closed notfair closed 13 years ago

notfair commented 13 years ago

When I use the iScroll example together with the form, when I click on the form or the input box, it will jump other page and hence showing nothing. It was like when I select the form, it will load.

$('form').click(function(){ return false; });

when i add in this line of code, it will not load. Is this a bug in the jQTouch.js or what?

thomasyip commented 13 years ago

What version did you use?

I had the problem before Sunday, but I should have been fixed.

notfair commented 13 years ago

I just download the whole package yesterday from here: > http://github.com/beedesk/jQTouch

notfair commented 13 years ago

I downloaded the current version just now, it work fine :).

thomasyip commented 13 years ago

Why do you try the example here. I added iscroll to the form main demo:

Navigate to "User Interfaces" -> "Forms" http://bit.ly/9Li7dZ

thomasyip commented 13 years ago

Alright.

notfair commented 13 years ago

Thank ya.