Questions tagged [jqtouch]

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.

Resources

446 questions
6
votes
2 answers

Autocomplete ajax textbox for iphone web app?

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…
kikito
  • 51,734
  • 32
  • 149
  • 189
5
votes
4 answers

Multiple iScroll elements on same page

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…
Simon Thomsen
  • 1,351
  • 7
  • 27
  • 37
5
votes
0 answers

mobile issues. pinch & zoom only certain region of the page (sencha vs jqtouch vs jquery mobile)

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
Adi
  • 4,034
  • 13
  • 56
  • 78
5
votes
1 answer

Phonegap - Prevent Rotation While Still Having Auto-Orientation Enabled?

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…
Vincent
  • 16,086
  • 18
  • 67
  • 73
5
votes
7 answers

Sencha vs. jQuery Touch

Which one of these is the better choice? Is there a better choice? Which has better documentation and community?
Elliot Bonneville
  • 51,872
  • 23
  • 96
  • 123
5
votes
3 answers

PhoneGap Relative URL

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…
5
votes
1 answer

Disadvantages in using html/css/javascript with phonegap instead of objective C (iPhone)

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…
C..
  • 6,897
  • 10
  • 30
  • 37
5
votes
2 answers

jqtouch / google maps api v3 issue

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…
5
votes
6 answers

Fixed header in Jqtouch

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...
thikonom
  • 4,219
  • 3
  • 26
  • 30
4
votes
2 answers

Fastest Javascript Framework for Phonegap

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.
kelvinfix
  • 2,915
  • 8
  • 37
  • 49
4
votes
5 answers

How to determine if app is written with mobile web frameworks?

I'm doing market research of the competition and would like to know whether they have written their apps native or not.
randomguy
  • 12,042
  • 16
  • 71
  • 101
4
votes
3 answers

How to handle Multiple DOM elements with iScroll (while using jQTouch)

I've my markups as
iScroll
ptamzz
  • 9,235
  • 31
  • 91
  • 147
4
votes
1 answer

jqTouch & Documentation

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…
Eamorr
  • 9,872
  • 34
  • 125
  • 209
4
votes
2 answers

jQTouch - Cannot paste into input field: have anyone seen this?

Here is the HTML snippet: There are no events bind()'s or live()'s associated with this input field. If I remove jQTouch it works as it…
pgold
  • 41
  • 5
4
votes
4 answers

How can I create a photo slider on iPhone Safari with jQuery?

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…
Ben Crouse
  • 8,290
  • 5
  • 35
  • 50
1 2
3
29 30