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'm developing a jQTouch-based app for the iPhone and part of it uses the Google Maps API (V3). I want to be able to pass the geolocation coordinates to the map and have it center the location with a marker. What I'm getting now is the map at the…
I have a nested list in a jQuery Mobile test app. And it has a fixed footer.
Works great until I click on an item in the list. Anything past the top level of the list has no footer.
Is there a way to keep the footer throughout the Nested List…
I have made an app using JQtouch, Jquery, and PhoneGap. When you type in a form's field, the entire page scrolls up or down each time you enter a character. I have searched everywhere for solutions but cannot find one.
There was a similar problem…
Is there a way by which we can capture the click of HOME and BACK button in the html file in android application using phonegap/jqtouch/javascript?
I have an application for Android using phonegap. I want to capture the click of native HOME and BACK…
I'm using jQTouch and Phonegap to write a simple iPhone app which i'm planning to release through the App Store.
Part of the planned functionality will let the user update their twitter or facebook status with the output of the App (some text,…
Basically looking for a JQuery plugin with better Android browser support than JQTouch. Or even an alternative Javascript framework with better mobile support.
Yet another problem I'm having w/ jqTouch...
I'm trying to detect what element was clicked to trigger an animation so that I can pass parameters from the clicked item to the subsequent page.
My HTML is:
I am wondering if anyone is using the latest jQTouch with Backbone.js and if so how are they handling transitioning between pages using Backbone's routers and views instead of jQTouch automatically trying to show a div with the specific ID relating…
I am in the process of converting an existing Java/J2EE based web application into Mobile web application which should support iPhone, Androind devices, Blackberry etc. And also different screen sizes like 320x480, 768x1024, 1024x600 etc.
I found…
Where can I find themes for jQuery Mobile (JQM) that go beyond the packaged five themes & color variations of them?
Either cross device or device specific ones, for example
iphone / apple style
android specific
What is the effort to re-purpose…
I have been working on a mobile version for one of our services at work, and have been doing some fidling around with jqTouch, and the orientation feature bugs me a bit.
So while trying to find a better way to get orientation value (profile or…
I have a web application for iPhone, which will ultimately run within a PhoneGap application - but for now I'm running it in Safari.
The application needs to access tweets from Twitter friends, including private tweets. So I've implemented OAuth…
I am using the Jquery/Jqtouch libraries for an iphone compatible site. I am now stuck with a problem just in iPhone 4 (not in 2g, 3g or 3gs) where the text becomes blurry on one specific scenario. Below is how it happens
The site has one common div…