jQTouch is a jQuery extension that allows for mobile development on iPhone and Android devices.
jqTouch is a jQuery extension that simplifies development of mobile websites on iPhone, Android and potentially other webkit mobile browsers. It was initially developed by David Keneda, however in June 2010 jQTouch became a Sencha Labs project and Jonathon Stark, known for his books on jqTouch on iPhone and Android, took over maintenance and development of jqTouch.
I've developed a rails website in which I've got a text box with autocompletion facilities (When the user starts typing, a list of valid values "drops down" under it). For this, I used Rail's autocomplete.
Now I'm developing a mobile version of this…
I'm making a mobile website with jQtouch and iScroll.
I wan't to get multiple scrollable areas with iScroll, but only of the lists works with iScroll...
I tried with this:
var scroll1, scroll2;
function loaded() {
scroll1 = new…
I am making a small SVG widget aimed at iphones with a fixed footer.
The problem is I want to use native pinch & zoom that only affects everything bar this fixed footer.
However I cant use native pinch & zoom if i use
I'm reposting someone else's question I found on Google groups, I'm having a similar problem:
I have an application that requires everything to be in Portrait, except for when it plays a video. On iOS, when video playback is passed to the Quicktime…
I've build a mobile site using jQTouch, and now I've been working to get that same site working with PhoneGap. For PhoneGap, I've moved most all of the assets (pages, images, JS, CSS, etc.) into the www directory, but I still need to load some…
I am not fluent in objective-c and thus have decided to take the "easier" approach and use html/css/javascript instead to design and implement an iPhone application. I would be using PhoneGap to gain as many of the cool features which are available…
I'm having a hard time trying to make jQtouch and Google Maps api V3 together. I've tried almost everything. It seems that the only source of information is here I checked every single post. I'm starting with jQuery and css... so there's a lot of…
What should i change in the basic theme of jqtouch to have a fixed header (+ footer maybe...)?
I have tried with position:fixed.. but nothing worked...
What is the lightest and fastest JavaScript framework for Phonegap? JqTouch, JQuery-mobile, or Dojo-mobile?
Found this :
https://spreadsheets.google.com/spreadsheet/viewanalytics formkey=dEdOZVZRVUszSU8wVG4tZmtYNUdZdWc6MQ
What do you think?
TQ.
I'm playing around with jqTouch - a very impressive project - however, I was wondering if there was some systematic documentation I could get my hands on?
The website gives some demos, but I'm finding it very slow going having to look through the…
I'd like to create an product image viewer for an iPhone version of an ecommerce site, and have it behave something like the Photos app.
Ideally, you would be able to slide images to move back and forth in the product image gallery.
This will all…