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 ?
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 ...
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 ...
2
votes
1answer
177 views

What mobile framework is suitable for a project which requires frequent database communication?

I have been struggling between jqtouch, iphone sdk and sencha touch for the past week. I still cannot make up my mind which is the most suitable mobile framework for my project. My project need users ...
2
votes
1answer
253 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
1answer
545 views

Using ASP.NET, how can I create an iPhone/Android specific mobile website?

I would like to take our current mobile website and redesign it for iPhone use. All of the code on our website is currently run server-side and is split up in multiple pages, but I would like to get ...
1
vote
2answers
612 views

Deploying PhoneGap Applications to Web instead of to App Store

I've built a web platform where one small feature allows users to contribute data to the system. Now that smartphones are so common, I want to build an app that allows people to submit some ...
1
vote
1answer
462 views

Stop automatic image resize in mobile Joomla?

I currently use mobile joomla plugin (http://www.mobilejoomla.com/) to build my mobile website with jqtouch. I can't seem to find a way to stop the automatic resize of the image, even if the options ...
1
vote
1answer
1k views

Jquery: How to use the flip animation properly? JQTOUCH

I am trying to create a little flip book. I have as many divs as there are pages. They are all set to display: none; Unless they have the current class attached. I have one page showing, and the ...
0
votes
1answer
296 views

JQtouch swipe event/carousel

Ok so what I want isn't quite a slide show. My specific goal would be to have a container that houses a set number of divs and the user can swipe through said divs.If anyone is familiar with Sencha ...
0
votes
0answers
54 views

Adapt to iPhone's in-call status bar with Javascript

When my web app is used while the user is in a call, or using personal hotspot, everything is pushed down by the green or blue bar that comes up on the phone. Is there a way to make the app adapt ...
0
votes
0answers
179 views

jQTouch Navigation Style Lists

I am trying to replicate a Navigation style list with jQTouch. Basically it will have a liste of locations and each location will then go to a location details page. The data is all loaded via ajax. ...
0
votes
1answer
141 views

JQTOUCH animation effect not working on separate pages

I want to use the jqtouch animation effects.My scenario is suppose I am having two html pages named as first.html and second.html. First.html has a anchor tag which references to the second.html. And ...
0
votes
2answers
247 views

Fix a footer div cross mobile platforms - Jquery?

Does anybody have a simple effective solution to fix a footer menu to the bottom of a viewport window? Absolute positioning appears to work in all but Iphone. I thought that their should be a simple ...
0
votes
1answer
87 views

Log in button acting strangely in jqtouch

I created a webpage that helps me log in a service While the "forgot it" button is formed correctly,the "log in" button refuses to act the same way. The "forgot it" button is also suitable for every ...
0
votes
3answers
508 views

How to create table/data grid for mobile devices using HTML/CSS/JavaScript

I want to show a table/data grid as shown below, this is for mobile devices like iPhone and Andriod phones. Are there any examples for this? (using plain HTML/CSS/JavaScript)
0
votes
1answer
492 views

Developing Mobile App integrated with Facebook and Twitter using phonegap

currently i`m planning to create mobile app by using jQtouch and Phonegap. The application will be using Facebook and Twitter integration. Something like add new status, tweet, and seeing tweet list. ...
0
votes
0answers
278 views

jqTouch css conflict with Jquery Mobile

I'm using jqTouch and would like to use a jquery Mobile slider widget. If I have a simple example, just a slider I can get it to be visible when I do not import jqtouch.css. However if I do import ...
0
votes
1answer
239 views

Cross-platform mobile API — Looking for recommendations

So, yes, this is probably 1000th question on the subject. However, my question is somewhat different from others that were asked about this, so please bear with me: I am looking to develop a single ...
0
votes
2answers
1k views

Latest JQTouch release - does it support drag and drop based on touch?

I use JQuery's drag and drop on my website. This does not work with touch events on mobile. It is not clear from current JQTouch documentation if it has support for drag and drop based on touch ...
0
votes
1answer
253 views

jQtouch webapp behaving working fine on mac Safari but won't work on iPhone Safari

This is my first web app and I developed this one by following Jonathan Stark's Building iphone apps with HTML, css and javascript. Everything was testing ok on my mac safari, even when I select ...
0
votes
1answer
279 views

why is jQTouch served as application/x-javascript

I've always wondered why any jQTouch files are served with the mime type "application/x-javascript" as opposed to "text/javascript". Is there a particular reason for this I wonder, or is it just for ...
0
votes
1answer
550 views

JQTouch AJAX Link / Content wont load into jqtouch

On my index.html file, I have a link to a script: <div id="myList"> <div class="toolbar"> <h1>myList</h1> <a class="back" ...
0
votes
1answer
107 views

How to get rid of a JQUERY APPEND GIve the following code

Given the following lines of code which is using JQTOUCH: $('#customers').bind('pageAnimationEnd', function(e, info){ if (!$(this).data('loaded')) { ...
0
votes
1answer
602 views

Safari Ajax response size limit?

I am working on an iPhone mobile web app using jqtouch to make it feel more "native". It seems that safari chokes on large Ajax responses. Is there a limit on response size? Firefox is behaving ...
0
votes
3answers
320 views

how can I fix the jumpiness problem on a moving <LI> stream jQTouch mobile web app (iPhone JavaScript)

I've got a mobile Web app built with jQTouch mobile web app framework, but when I try to add dynamic <LI> elements the theme starts jumping around like crazy. Includes a short JavaScript sample ...