Tagged Questions
jQTouch is a jQuery extension that allows for mobile development on iPhone and Android devices.
74
votes
3answers
23k views
Difference between jQTouch and jQuery mobile
What is the difference between jQTouch & jQuery Mobile Framework ?
Are they related (other than being both based on jQuery) ?
Do they have the same goal ?
35
votes
6answers
25k views
iWebkit vs. JQTouch vs. iUI
I am going to develop a content rich application that ideally should have been an iPhone-app, but since I'm short on time, I will stick with technologies that I can, such as JQuery, CSS and HTML. The ...
31
votes
8answers
15k views
Sencha Touch Vs JQTouch
My startup and I are deciding which mobile touch framework to use to build our mobile web application. I'm having trouble figuring out the difference between Sencha Touch and JQTouch. I understand ...
9
votes
8answers
1k views
Mobile UI development platform
I have a client that needs a mobile version of their site. I have never done a mobile-specific site.
I am looking for a platform to develop cross browser mobile websites.
I looked around, and ...
8
votes
7answers
3k views
Resources & Frameworks for mobile development (iphone,android) using HTML5 [closed]
I am looking for resources to develop HTML5 apps for iphone primarily. Are their frameworks and tools that I can use to get started? I am looking for:
Javascript frameworks that help with UI layout
...
7
votes
3answers
5k views
Posting Twitter and Facebook updates from a jQTouch / Phonegap iPhone app
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 ...
7
votes
2answers
2k views
JqTouch - Detect trigger for animation
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 ...
6
votes
1answer
2k views
jQuery Mobile themes - Where to get them? Re-purpose jQTouch themes?
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 ...
6
votes
6answers
6k views
Is there a JQuery alternative to JQTouch with better Android Support?
Basically looking for a JQuery plugin with better Android browser support than JQTouch. Or even an alternative Javascript framework with better mobile support.
5
votes
1answer
460 views
Developing Cross Platform Mobile application in latest frameworks (Rhodes, PhoneGap, jQTouch)
We have recently developed an iPhone, iPad, Android application with the Rhodes framework and have found it to be painful to say the least. As we are approaching the finishing stages and now testing ...
5
votes
4answers
7k views
How do I correctly detect orientation change using javascript and Phonegap in IOS?
I found this orientation test code below looking for JQTouch reference material. This works correctly in the IOS simulator in mobile safari but doesn't handle correctly in Phonegap. My project is ...
5
votes
5answers
1k views
Blurred text in Iphone 4 browser when loading content dynamically
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. ...
5
votes
2answers
1k views
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 ...
5
votes
2answers
2k views
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 ...
4
votes
1answer
321 views
How can I clear the cache of an IOS Web App on the Homescreen?
I am using JQTouch to create a Web App on the Homescreen using meta tag "apple-mobile-web-app-capable", but no matter how many times I clear the cache from within Settings, the Web App's Javascript is ...
4
votes
2answers
516 views
Which is the best mobile web application development framework [closed]
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 ...
4
votes
2answers
1k views
Sencha vs. jQuery Touch
Which one of these is the better choice? Is there a better choice? Which has better documentation and community?
4
votes
3answers
4k views
Capturing native button clicks in Android phone in javascript
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 ...
4
votes
1answer
2k views
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 ...
4
votes
2answers
4k views
Can an iPhone Web App use the Camera?
I have a web app and I want to take photos and then upload them to a server. Can this be done with a webapp?
4
votes
2answers
530 views
jQTouch - Cannot paste into input field: have anyone seen this?
Here is the HTML snippet:
<input type="text" name="UPCtext" id="UPCtextBar" value="" placeholder="Type UPC number" class="UPCvalue"/>
There are no events bind()'s or live()'s associated with ...
4
votes
4answers
11k views
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 ...
4
votes
7answers
9k views
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...
3
votes
1answer
64 views
jQTouch and Backbone.js Routing/Views
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 ...
3
votes
0answers
367 views
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 ...
3
votes
1answer
525 views
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 ...
3
votes
3answers
795 views
jqueryMobile footer on nested list
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 ...
3
votes
2answers
11k views
Simple swipe gallery with jQTouch javascript iphone / ipad
What I wish to achieve is have a simple gallery of images which the user can swipe through using jQTouch ( http://jqtouch.com )
<div id="container">
<img src="1.gif">
<img ...
3
votes
1answer
964 views
How to load jqtouch on-demand
I'm trying to load jqtouch on-demand like so:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
$(function() {
...
3
votes
2answers
808 views
JQTouch Pressure Sensitivity
I noticed an interesting bug with the JQTouch platform and wanted to know if anyone else has run into it our has a workaround for it. If I have a link with an onclick event and lightly tap the link on ...
3
votes
1answer
2k views
How to require fullscreen mode in a jQTouch application?
I'm using jQTouch to develop a version of a website optimized for safari on the iphone. The jQTouch demo helpfully shows how to show an "install this" message for users not using full screen mode and ...
2
votes
1answer
73 views
Replicate javascript Array in php
I have a shopping cart type arrangement. The customer builds the order in tiers. So page one is item 1, page 2 item 2....... The page does not reload during the building of a order. (jqtouch) My way ...
2
votes
5answers
181 views
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.
2
votes
2answers
1k views
How to handle Multiple DOM elements with iScroll (while using jQTouch)
I've my markups as
<div id="home" class="current">
<div class="header">iScroll</div>
<div class="wrapper">
<div id="scroller">
<ul ...
2
votes
2answers
1k views
Jquery ui sliders on touch devices
I'm developing a website using jquery ui and there are several elements on my site that appear to be incompatible when viewed on touchscreen devices; they don't cause any errors, but the behavior is ...
2
votes
1answer
405 views
“Chaining” onto draggable call to enable touch functionality
I'm very new to jquery ui but due to the nature of my project I've sort of been thrown right into the deep end! Basically what I need help with is that I have a file that applies certain ...
2
votes
1answer
116 views
How can i detect when a button is tapped using Jqtouch?
I have a problem with my web app. I use Jqtouch to develop it but I don't know how to detect when a button is tapped. This is part of my code and it doesn't work.
HTML:
<ul class="edit rounded" ...
2
votes
1answer
432 views
jQTouch loading external PHP not working proparly
I really hope someone can help me with my problem. Because I am really stuck rightnow.
I am trying to do a wepApp with jQTouch. The truble I am having is loading data from a mysql Database. It used to ...
2
votes
2answers
240 views
JQTouch: passing data between 'views'
Hi I have been playing around with jqtouch today and I'm just wondering how to manage data.
I tried looking around but couldn't see much documentation.
If I had a list of links for say products? ...
2
votes
0answers
811 views
Strange behavior width Safari (iOS) inner/outer width/height
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 ...
2
votes
4answers
664 views
Single Page Web Apps for the iPad?
I'm looking to make a single-page web app that works exclusively on the iPad, like Gmail on the iPad and the iPad User Guide. An app like this must be made using a framework that allow web pages to ...
2
votes
3answers
768 views
Replacing jqtouch with jquery mobile
In my application, we have used jqtouch to develop the application, but now we are facing some issues with jqtouch and planning to replace it with jquery mobile.
I need suggestions that should I do ...
2
votes
1answer
172 views
Panel slideup of custom size using jqtouch
I am trying to make a view to slide up using jqtouch. But I want the view to slide up only to half of the phone screen height (The one that appears when we tap bookmark button in safari - iphone). I ...
2
votes
2answers
1k views
jQTouch and PhoneGap
Hey guys, this isn't really a question as much as I wanted to post this for people who might have been running into similar frustrations/issues using jQTouch and PhoneGap together.
I started ...
2
votes
1answer
311 views
JQTouch causing issues on Android
As per my title I'm having JQTouch issues on Android. I have several drop down menus that are completely unresponsive on the device. They open on iphone and any desktop browser I've tried. The one ...
2
votes
1answer
610 views
How can I access auth-only Twitter API methods from a web application
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, ...
2
votes
2answers
255 views
Client-server web app with both client AND server running on iPhone - is this possible?
I'd like to build a simple native iPhone app with tools traditionally used for web apps.
I would prefer to use something like jQTouch and Rails, but I want it to work offline (not require an internet ...
2
votes
1answer
176 views
JQTouch returning to same position after watching video
I've been playing with JQTouch for a while, not withstanding the lack
of documentation I've managed to get something working for my site
http://iphone.bmxmdb.com
but I have a problem, after ...
2
votes
0answers
168 views
Can I use a redirect_to in a Rails controller with JQTouch?
I have a UserSessions controller whose create action issues a "redirect_to dashboard_path" for the mobile mime type. The form is being submitted with a link_to, which JQTouch turns into an ajax ...
2
votes
2answers
178 views
How do I detect the start of a ajax call?
In JQtouch, any link is automatically convert into ajax call. I want to detect the moment the ajax call was send. This is so that i could insert a loading screen to let users know that the system is ...