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
0
votes
1 answer

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 this to display a loading image and disable the …
user1701252
  • 1,501
  • 1
  • 11
  • 19
0
votes
1 answer

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

I use jqtouch and have a checkbox:
  • Checkbox1
  • I can enable this checkbox: $('#1').prop('checked', true); or $('#1').attr('checked', true); and i…
    0
    votes
    1 answer

    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 gets fired once at the start. How do i get it to…
    user1634451
    • 5,133
    • 6
    • 30
    • 43
    0
    votes
    2 answers

    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 especially in the iOS world of not so smooth…
    Mutatos
    • 1,675
    • 4
    • 25
    • 55
    0
    votes
    1 answer

    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 classes. Is there a known issue with this? Or an…
    Trip
    • 26,756
    • 46
    • 158
    • 277
    0
    votes
    1 answer

    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 think its back thing as I am using the following…
    Simon Davies
    • 3,668
    • 9
    • 41
    • 69
    0
    votes
    5 answers

    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?
    blohani
    • 17
    • 1
    • 2
    0
    votes
    3 answers

    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 can anyone…
    user1703470
    0
    votes
    1 answer

    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 issue: it thinks the screen size is taller than it…
    Stin
    • 863
    • 10
    • 13
    0
    votes
    1 answer

    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 the tap event to all my a-tags ? i tryed alot, but…
    Martin Lyder
    • 169
    • 2
    • 12
    0
    votes
    1 answer

    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 scrolled down on my iPhone the links are no longer…
    0
    votes
    1 answer

    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
  • , class Arrow. When someone swipe left, I need to hide the arrow. Thanks.
  • user1611253
    • 31
    • 1
    • 6
    0
    votes
    1 answer

    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?
    Clear

    Toolbar with two…

    0
    votes
    3 answers

    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 zoom my image in and out, which makes everything…
    Andreas
    • 1
    • 2
    0
    votes
    1 answer

    comparison jquery mobile kendo sencha jqtouch

    i am new in all mobile app thinks i want to find a library for graphs witch it will play in all types of mobiles(ios, android,windows phone etc).I am searching but there are so many and i confused.jquery mobile,kendo,sencha,jqtouch,web 2.0, dhtmlx…
    1 2 3
    29
    30