Tagged Questions
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 ?
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 ...
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
7k 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
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
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
2answers
531 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 ...
3
votes
1answer
534 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
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 ...
2
votes
1answer
407 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
117 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
2answers
242 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
1answer
312 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
713 views
jqTouch with ASP.NET Webforms
The form tag that wraps all ASP.NET webform applications is causing jqTouch to completely break (as in, nothing works - none of the transitions, effects, etc). Has anyone gotten jqTouch to work with a ...
2
votes
1answer
4k views
Flick/swipe more than just images with jQTouch photo gallery extension
The jQTouch photo gallery extension (demo) is fantastic, but it only works for images (<img>s). I would like to have the same flicking/swiping effect with multiple "page" (<div>s).
Has ...
2
votes
1answer
255 views
iPhone web apps: performance hotspots? Caching? JavaScript bottlenecks?
I'm starting to make an iPhone app with jQTouch - so I'm keen to hear some best practises.
I'm developing for iPhones users on a UK 3G connection.
Any particular things that cause script blocking?
...
2
votes
2answers
754 views
jquery / jqtouch getJSON call causing infinite loop?
Writing my first JQTouch app. When I go from #login to #home, a JSON ajax call happens successfully but the pageAnimationEnded event appears to be in an infinite loop.
$(function(){
...
2
votes
4answers
4k views
Best article about how to use jQTouch
I want to use jQTouch on my project, but I can't find many examples.
So do you know some website which has many jQTouch examples.
Thanks
2
votes
1answer
122 views
jqTouch and animations
Anyone else ever had trouble with jqTouch and not being able to use all the animations? My project only seems to work using Flip to switch between the pages (well Divs actually).
2
votes
1answer
3k views
Clear button for form input field using JQuery and JQTouch
I have a site built using JQTouch and want to add the little cross
buttons within text input fields to clear out text on press.
I've tried emulating Google's technique from their google.com iPhone
...
2
votes
1answer
665 views
Dynamically resize Inputs
I've got this piece of code for a jQTouch/jQuery page that dynamically resizes inputs to the window's innerWidth - the associated label width - 50px.
<html>
<head>
...
1
vote
1answer
25 views
IPAD compatible site works offline
I have an IPAD compatible website that contains some staic html pages and some jquery animations.I need to work this site as offline from my IPAD.Any body know how i do this?I hear about jqtouch has ...
1
vote
1answer
40 views
JqTouch / Jquery wont recognize two different groups of Radio Buttons
I basically have two forms, one for Male and another for Female.
The code below works for the male form, but when I modify my code to do the same thing for Female page it doesn't work. I've found that ...
1
vote
0answers
35 views
How to tell jQtouch to use a different div for the current div?
I am using jQtouch in a rails application and I have a page that is used for multiple actions(using multiple divs to speed things up). I would like to be able to redirect to this page and based some ...
1
vote
3answers
73 views
secure iPhone WebApp with jqTouch and HTML5
I have a little WebApp (just one html-File with 200 lines of code) running on a free webhosting provider. I want to have limited access to the WebApp, so not everyone can see the page. I also need ...
1
vote
1answer
148 views
jquery (touch) toggle/slider settings window
Im using phonegap + jquery
+ jquery iphone touch: http://www.midemos.com/demos/iphone/touch/?/iphone/touch/
Im trying to get something like this:
("quakeprediction" tweet slider)
I basically want ...
1
vote
0answers
55 views
return html data from Ajax call cause JQTouch app to freeze
I'm using in jQTouch the function to return successfully html data from PHP code.
The data is displayed below the calling form and then the app freeze.
$('#ajax_post').submit(function(event,info){
...
1
vote
2answers
159 views
jQTouch Event Fires Twice
jQTouch sometimes fires my click event two times which result in another element (often a link) getting clicked in the panel that shows immediately following a transition.
This issue has been ...
1
vote
0answers
310 views
rhodes jqtouch jquery HIERARCHY_REQUEST_ERR: DOM Exception 3
I am getting error in my rhodes app .
I/APP ( 379): I 08/19/2011 14:59:45:680 afd4d440 ChromeClientNew| IERARCHY_REQUEST_ERR: DOM Exception 3: A Node was inserted somewhere it doesn't ...
1
vote
0answers
280 views
Javascript equivalent of iOS's 'tap' event, but for android
I am using jqtouch to make a touch-optimized site. For iOS, I bind "tap" to the click listener, but this doesn't register in Android. I tried using touchend, which works, but it then overrides any ...
1
vote
2answers
521 views
Jquery TypeError
In jquery - what does (d||"").split do?
I've got a jqtouch webapp which throws up the following error from the jquery file:
TypeError: Result of expression '(d||"").split' [undefined] is not a ...
1
vote
1answer
122 views
Any ideas why this code won't work? body > *
I am using jqtouch to make a mobile website. I am also implementing a gallery image slider within the website, however when the gallery is put where I need it (inbetween <div id="project_name" ...
1
vote
0answers
207 views
jQTouch Photo Gallery Questions
Hey guys, im using here the jqTouch gallery extension and im having some issues.First of all, i setted a Photo gallery on my index. But i need a Horizontal scroller too. How can i activate the ...
1
vote
1answer
1k views
Phonegap iOS app - create and populate local database with csv or JSON?
I've created a phonegap app for iOS using jQuery & JQTouch. Info is pulled from a test database and displayed on the webpage on the iPhone simulator. However to get this to work, I ...
1
vote
5answers
2k views
iPhone app - JQTouch & iScroll won't work - any ideas?
can anyone help me out, been banging my head against a wall for 2 days! Trying to get iScroll to work with my phonegap/jqtouch app. Have tried all the suggestions I can find on the Internet, but all I ...
1
vote
1answer
402 views
How to stop the swipe event in jQTouch whilst a slide transition is occuring?
I've almost finished a hybrid site and theres one issue I cant resolve (many due to the deliberate lack of documention on the now Sencha library).
I have a binded event on the swipe, left and right, ...
1
vote
5answers
123 views
How to find the id of an element using jQuery
This is the html code
< body >
< div id="map" >
I am traversing the parents until I find the body to find the map
var pageFrom= $(theElement).parentsUntil( 'body' ); ...
1
vote
3answers
665 views
Screen Scrolls while typing Using JQTouch in an Android PhoneGap app?
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 ...
1
vote
0answers
272 views
Jqtouch - link to a div working on PC safari, but not on the iphone
I'm writing a small web app which is in a pretty early phase, but I'm having trouble with JqTouch transitions. I'm using <a href="#page2" class="flip" > as a test on the first link in the ...
1
vote
4answers
499 views
label not clickable in jqtouch
With following code I can not click on labels in jqtouch (on iphone simulator and iphone itself):
<ul class="rounded">
<li>
<label for="user_name">Name</label>
...
1
vote
3answers
305 views
How to get Form Values in JQTouch:
HIi friends,
i working on a IPhone Web App as its kinda new to me, have studied some basics of JQuery,
i want to get the form value in one view and to return to next view,i have tried this one,
...
1
vote
1answer
828 views
Refresh XML feed on click (jQTouch)
I recently created an xml feed -> html javascript function for an iPhone app I'm developing in jQTouch. Original Tutorial & Code.
I was wondering if someone would know a quick and easy way to ...
1
vote
1answer
714 views
Simple jQTouch Form-based product selector
I'm using jQTouch to build a simple mobile app with an html/js/jquery form that which acts as a product selector. It has 5 dropdown menus, and 6 possible scenarios:
Scenarios: There are 6 products - ...
1
vote
2answers
205 views
jquery load using element id
I am sorry if this is a lil unclear, but I am having problems conceptualizing what I want todo.
I am using have a list of div's like so
<div id="1" class="ajax_category">
<p> Blah ...
1
vote
2answers
1k views
JQTouch - Navigate forward without adding page to history
How can you navigate to a page without adding it to JQTouches internal history stack?
I have something like:
<div id="section1"></div>
<div id="section2"></div>
<div ...