Looks very cool. I have only played around with jQTouch a bit, but it seems very easy to configure and hit the ground running. I had a few issues when I wanted to alter the way the page-to-page navigation was working (since it relied on triggering special touch events); but, definitely a very cool framework.
Plus, the skins are pretty awesome
I’m definitely dying to get into more of this mobile / HTML5-style web application stuff.
Any chance of releasing the client side source? I am interested in seeing how the bottom menu was built.
Looks very cool. I have only played around with jQTouch a bit, but it seems very easy to configure and hit the ground running. I had a few issues when I wanted to alter the way the page-to-page navigation was working (since it relied on triggering special touch events); but, definitely a very cool framework.
Plus, the skins are pretty awesome
I’m definitely dying to get into more of this mobile / HTML5-style web application stuff.
@Dan
The toolbar is fixed at the bottom and the center well is scrollable.
I used the jqt.scrolling extension found at https://code.google.com/p/jqextensions/
Here is a link to how it works.
https://code.google.com/p/jqextensions/wiki/HowItWorks
One note, you’ll need to test scrolling in Mobile Safari. It uses touch events which don’t occur in the desktop version of Safari.
What about android phones? I know both browsers are based on Webkit, but did you test this on any android devices? If so how did it look?