jQTouch is a jQuery extension that allows for mobile development on iPhone and Android devices.

learn more… | top users | synonyms

0
votes
0answers
19 views

Unexpected jqtouch animation binding

I'm trying to use a flip animation with jqtouch. It seems that the animation trigger is not properly bound to the markup. <div id="home"></div> <div id="currentPage"> <div ...
0
votes
1answer
38 views

How to create mobile version of exist site?

I have not a experience on the mobile development. There is a site that opens on a mobile scattered. I should create Mobile Version of that site. I have 2 question to start: 1. How can I create a ...
0
votes
0answers
38 views

clientWidth and clientHeight delayed on Android default browser?

I am using jqtouch.js (with zepto.js) and testing the onorientationchange event: http://www.ebi.ac.uk/~mp/test_orientation.html <!DOCTYPE html> <meta charset="utf-8"> <html> ...
0
votes
1answer
163 views

phonegap 2.5.0 jqtouch fail inizialize

Seems that Phonegap 2.5.0 broke something with jQTouch. If in code we try to initialize jQt (as in previously Phonegap releases) with: var jQT = new $.jQTouch({}=; ...
-1
votes
1answer
35 views

JQTouch - Does it support all the phone specific features like accelerometer, contact, connection, compass, media, event and file etc? [closed]

I am a newbie in Mobile Application development and I need help to know that does JQTouch supports all the phone specific features like accelerometer, contact, connection, compass, media, event and ...
0
votes
1answer
49 views

jQtouch.. nothing is getting displayed on the screen

I'm very new to jQtouch. I'm following this tutorial. But because of this updated version of jQtouch I'm not being able to follow it exactly. I'm using eclipse to develop an app on android. Now, this ...
0
votes
1answer
25 views

“active” class is not applied to elements using javascript: in the href in jQTouch

For some background, I've built a mobile Android app using PhoneGap for native functionality and jQuery with jQTouch as the UI framework. I have an a bunch of links (categories) in a <ul> which ...
0
votes
1answer
152 views

Can't display Google map with jqTouch and PhoneGap

I'm fighting with this issue for a long time now and I can't find a proper solution. My goal is to display a Google map in my app. I'm developing my app with jQTouch and PhoneGap framework. Here is my ...
0
votes
0answers
54 views

Custom div tag in jqtouch

my aim is to insert a custom div tag like this one, which displays charts, in a html file that is handled by jqtouch or jQuery. Since through jqtouch div tags are used to structure the user interface ...
0
votes
0answers
19 views

Transition Animation with JQTouch

I've the following problem: If I add a Link like that: <li class="arrow"><a href="404.html" class="swap">Test</a></li> The transition works quite fine. But if i create the ...
0
votes
0answers
90 views

iPhone and iPad simulator on Xcode only shows Blank White Screen

I'm new to iPhone development using Xcode and have begun with creating a simple HTML app connected to some jQTouch - namely jqtouch.js/.css and jqtouch-jquery.js. Then all i did was add a heading and ...
0
votes
0answers
88 views

eyetv 3g webpage integration with newest safari 6.0 for mac

I am trying to integrate the eyetv 3g web application built into eyetv for mac into the latest versions of safari which is its intended client. it appears they have discontinued support for this ...
0
votes
1answer
169 views

iOS 6 app hangs at splashscreen JQTouch + Phonegap

I have a weird problem with an App i'm developing with jQTouch and Phonegap. The App works fine most of the time, but sometimes (seems random) the App is stuck at the SplashScreen. Sometimes it still ...
0
votes
1answer
70 views

White page when FB auth whilst in windowless iPhone mode with JQTouch

I'm trying to build a nice web app with jqtouch with a facebook login. Got it working up to a point. But when pulling the app to the iPhones's home screen (windowless viewing, jqt) and ...
0
votes
0answers
38 views

jqtouch animation not working when page is cached?

I have a jqtouch web app where I have set cacheGetRequests to false so its not caching any pages that I load by default. Im setting the cache in the page that I load instead. But when I set caching ...
0
votes
0answers
21 views

Debugging jQTouch app

I have a JQTouch app that I made and am having some serious debugging issues. Firstly, I don't know where to debug it since I can only create errors on my iPhone when testing it. When I test the ...
1
vote
0answers
81 views

iPhone web app launched from home screen - links only work after scrolling off the top of the page?

I'm creating a mobile web app that is intended to be deployed to the user's home screen. The app works perfectly fine within Mobile Safari and other mobile browsers, but when deployed to the home ...
0
votes
1answer
53 views

Adding JQTouch Loading Image onClick

I was wondering if there's a way to add a loading.gif image to all pages that are linked via. . I've been reading up on StackOverFlow for hours and I haven't found anything that works. I'd like to use ...
0
votes
1answer
222 views

Save to LocalStorage using Twitter-Bootstrap

I have created a website in HTML that has a Settings page, where the user inputs information, clicks Save and the information is saved - as in, if the text fields have text in them then the ...
0
votes
1answer
182 views

jqtouch - enable Checkbox with Javascript after the user has changed the value

I use jqtouch and have a checkbox: <li>Checkbox1<span class="toggle"><input type="checkbox" id="1" onclick="Javascript:SetGPIO('1')"> </span></li> I can enable this ...
0
votes
0answers
72 views

Twitter-Bootstrap won't save HTML Code [closed]

I have a HTML app and have a Settings page, and use JavaScript to save the user's input. Before I added Bootstrap, it worked fine, but now it doesn't save at all. EDIT I used jQTouch in the first ...
1
vote
0answers
78 views

Prevent Android keyboard scrolling the screen

I have a webapp that has an input at the top of the screen. As soon is it comes infocus the keyboard pops up and pushes the field of the screen. Below the field is a map so trying to drag the screen ...
4
votes
1answer
4k views

How to create a Toggle Button in Bootstrap

I originally created a web app in HTML, CSS and JavaScript, then was asked to create it again in Bootstrap too. I've done it all fine, but I had toggle buttons in the web app that have changed back to ...
0
votes
0answers
66 views

jqtouch pageAnimationEnd

I am new to jqtouch and javascript i am trying to modify an example that uses pageAnimationEnd to hide the current page and load the new. When I go the new page(div) #page2 the #page1 doesn't hide ...
0
votes
1answer
33 views

Jqtouch mobile phone turn

I am trying to listen for a turn event on my device $('body').bind('turn', function(event, info){ alert(info.orientation); console.log(info.orientation); // landscape or profile }); This event only ...
0
votes
2answers
494 views

Phonegap / Cordova JS Framework and design

I want to make my first Phonegap App. It will be one container, that at the end will call an API and display results. Nothing complex. But because I have read about the problems, what phonegap has ...
1
vote
0answers
213 views

TypeError method/function is undefined in the object 'generateGallery' but defined on console.log

I'm using jQTouch library and the extension photo gallery by http://samshull.com/ <script type="text/javascript" src="jqtouch.js"></script> <script text="type/javascript"> var jQT ...
0
votes
1answer
51 views

JQtouch overrides divs to lose class because it namespaces 'active'

I am developing a jQuery app for iPhone. The strangest behavior occurs when I'm dragging the view, the classes I have on my buttons are removed. There is nothing in the app that says to remove the ...
1
vote
2answers
158 views

Jqtouch. I need to refresh previus page data when new data is submit

Im using jqtouch. I need to refresh previus page data when new data is submit. Page 1 is summury of Page 2. I need to refresh Page 1 when I change Page 2 data. I see old values when I use ...
0
votes
1answer
77 views

jqTouch back issue

I have this app that been working well but have had to update it recently, but I have noticed that my next page code seems to work OK, bu then my back page does not seems to want to go back. I dont ...
1
vote
3answers
3k views

Is sencha touch a better option than jquery mobile or Jqtouch?

As there are many options available over for development of touch mobile websites. So is Sencha Touch a better option than JQuery mobile or JQtouch?
0
votes
3answers
273 views

jQuery/jQTouch - How do you code a toggle button?

I'm almost finished my Document Manager's project, but I have been asked to add in Toggle buttons. I have already linked the javascript and css code but am stuck with the html code. I know to put the ...
3
votes
3answers
242 views

External links not opening in jQtouch

I'm coding a web app for Document Managers using jQtouch and have made a 'Top Searches' part of it. You can see the whole thing at http://dl.dropbox.com/u/97184921/Project/index.html The following ...
0
votes
0answers
375 views

jqtouch bind ajax page and iscroll refresh

I will try to explain as simple as possible. I'm trying to bind a subpage and then refresh a function and I really need some input on this! I'm using jqtouch and iscroll v4. I have index.html, ...
-2
votes
1answer
52 views

can jQuery mobile can be customized for the attached design? [closed]

is jQuery Mobile a better option to implement the below design ? will it require lot of work ? or i should consider making all layouts in html and using some minimal animation library . thanks ...
0
votes
0answers
186 views

jQTouch page transitions

using jQTouch is it possible to achive page transitions. I have seen jQTouch demos but in those demos what they are doing is showing a div with particular id. What I have seen in demos are as below ...
0
votes
1answer
525 views

Phonegap web view thinks device screen taller than it is - results in offscreen tabbar

I have a jQTouch application loaded via server, so all I need to do is display the webpage full screen in PhoneGap for a faux-Native app. Unfortunatley each solution I've tried in PhoneGap has an ...
0
votes
1answer
162 views

JQtouch useFastTouch dont work on iPhone with Phonegap

Or does it? JQtouch has, as default, useFastTouch set as true. But my app still has the 300ms delay, actauly its up to one secound. Then i read that i should use ".tap event" but how do i attache ...
1
vote
1answer
383 views

Phonegap Android pixel-ratio issue - Images, Page width not reliable

When I created a PhoneGap application previously, the images rendering on the pages are not correctly displayed on high DPI devices. So I made the web page with fixed pixel ratio: 1 for all devices ...
0
votes
0answers
197 views

flexslider slide animation in jqtouch showing large images

I created a mobile website using jqtouch and used flexslider for gallery. Flexslider works great due to its resizing capability to resize large images to fit in a device of any width and its touch ...
0
votes
1answer
138 views

JQTouch - links in li not working after scrolling

I have a sorted list using JQTouch. The list contains about 20 li-elements containing different links. The first li's that are on the screen without scrolling are working just fine. But after I ...
0
votes
5answers
132 views

Detect when <div> is shown

I have 4 <div>s in my code. I used JavaScript to show and hide them. Now it's getting hard to manage, thus I need to detect if a particular <div> is shown or hidden. I'm unsure on how to ...
0
votes
0answers
57 views

Substitution of image in a <li>

I have a code in JavaScript This is a piece of it: <li> <div class="di1" style="display:none;"> <a href="javascript:giraDivieti('di1','di2','elimina1','visualizza');"> ...
0
votes
1answer
101 views

jqtouch… where to start

I am looking for a decent documentation about JQTouch, but I can't find anything structured. Can you help me? First I am using tag <li>, class Arrow. When someone swipe left, I need to hide ...
0
votes
0answers
20 views

Linking to non home panel in jqtouch site

i am having problems linking to an sub page in jqtouch from an external website using a header redirdict. I have looked at this, Linking to non-home panel in JQTouch site But have no idea how to do ...
2
votes
1answer
242 views

jQuery - execute function before default event

I am using jQTouch (with jQuery and Phonegap) in my mobile app. I want to ask user to verify himself by entering the correct passcode. Now the animations are working just fine when I click on the ...
0
votes
1answer
157 views

JQTouch toolbar with two buttons

JQTOUCH - Could anyone please help me understand, How can we place two buttons on the right side of the Toolbar? <div class="toolbar "> <a class="button slide add Black clearcmd" ...
0
votes
0answers
38 views

How to run callback on all jQTouch page changes?

I know I ran bind callbacks using $('#newpage').bind('pageAnimationStart', function(){...}) to single page loads, but I want to be able to run a callback globally on all page loads. I'm assuming it ...
1
vote
0answers
77 views

jqtouch div page load old data

In an android app that I am am working on, I am using jqtouch. As you know, for jqtouch, it will switch in between pages defined in div. Here I have a code as below so when a next button is click, ...
0
votes
2answers
892 views

iScroll won't scroll horizontally until zoomed

I'm using iScroll 4 (cubiq.org/iscroll-4) in a JQTouch iPhone-application built with Phonegap/Cordova. My problem is that the horizontal scrolling, although 'hScroll: true', is not enabled until I ...

1 2 3 4 5 10