Tagged Questions
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
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
4answers
9k 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
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
1answer
537 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
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
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
157 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
899 views
Strange behavior width Safari (iOS) inner/outer width/height [closed]
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 ...
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 ...
2
votes
0answers
113 views
Multiple Get requests when submitting in Rails mobile app using jquery-mobile
My Rails app works fine when viewed through my application.html.erb, however, as soon as I render the mobile view (by switching User Agents), my controller actions stop behaving appropriately when ...
2
votes
1answer
75 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
2answers
275 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
809 views
Google Maps API 3 & jQTouch
I'm having a problem displaying a map (API 3) in jQTouch. In a browser when first loaded it only shows part of the map but if I resize the window it is fine. I'm trying to use the ...
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
...
1
vote
1answer
367 views
JavaScript template engines for mobile web applications
I'm building an application using jQTouch. I'd like to take advantage of one of the JavaScript template engines to avoid manual generation of HTML using data returned from JSON services.
Which ...
1
vote
0answers
62 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 ...
1
vote
0answers
307 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
793 views
Knockout JS mapping plugin without initial data / empty form
We are using knockout and the knockout mapping plugin to facilitate databinding in our jQTouch web application. The reason we use the mapping plugin, is to be able to use knockout without the need to ...
1
vote
2answers
202 views
Javascipt variables are undefined :(
Hi I'm writing an HTML5 app with jQTouch for mobile browsers.
I'm setting variables using code like this:
var activeproduct; // globally in js file
Then I have a ul li that sets the varialbe like ...
1
vote
1answer
131 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
1answer
462 views
jQTouch browser back button not working to separate index page
Our jQTouch mobile site has a News & Events sections. Because of technical limitations with PHP, these sections had to live in a separate directory and jQTouch index pages (this can't be changed).
...
1
vote
5answers
3k 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
2answers
745 views
Click Delay On IPhone and Suppressing Input Focus
The webkit browser on iphone has a 300ms delay between when a user does a touch and when the javascript gets a click event. This happens because the browser needs to check if a user has done a double ...
1
vote
1answer
859 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
742 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
1answer
701 views
jQtouch Sort Buttons
I looked at the documentation of jqtouch but I could not figure out how to create iphone style sort button group like this attached picture.
http://img843.imageshack.us/img843/8669/captureov.png
Do ...
1
vote
1answer
658 views
jquery iphone ui and jqtouch , which is better?
jquery iphone ui and jqtouch
they are lib of iphone , i want to choose one to use,
which is better ?
thanks
1
vote
1answer
348 views
Populate form by link click before posting with jQuery
I'm building a small website with JQTouch and the first problem I've run into yet is with a form.
I have a form
<form action='action.php' class='jqt' id='ajax_post' method='post' ...
1
vote
0answers
521 views
JQTouch with JSON-Template or any other dynamic HTML generator: indexing child divs
Flat HTML files work fine with JQTouch. JQTouch goes out and indexes all the child divs. The problem is that using JSON-Template to dynamically builds the divs from after a page load, so JQTouch ...
1
vote
1answer
557 views
JQTouch won't play linked mp3 files
I'm trying to use JQTouch to make a basic mobile site to play a list of audio files. I'm trying to make a simple playlist of tracks to be used in an art exhibit here at school. Sort of like those ...
1
vote
1answer
240 views
How do I sort this JSON object by the languages on the right of each entry?
I am creating an Android app using PhoneGap and jqTouch, and I have a JSON object containing a word along with a language which that word is in. How can I sort this alphabetically, by the column on ...
1
vote
4answers
522 views
Preventing an <input> element from scrolling the screen on iPhone?
I have several <input type="number"> elements on my webpage. I'm using jQTouch, and I'm trying to stay fullscreen at all times; that is, horizontal scrolling is bad. Whenever I click an ...
0
votes
0answers
17 views
JQTouch Switch Pages Error
I am trying to switch to another 'page' with JQTouch but it does not seem to be working.
My code looks like this:
$('#main').on('submit', '#product-form', function() {
var jQT = ...
0
votes
1answer
29 views
AJAX/Javascript In a Form and then submit it
I'm php developer starting to get heavier into ajax and I've come across a problem I am not sure how to solve.
I am creating a form on the fly like this:
function addSearchResult(label, tz) {
...
0
votes
0answers
20 views
Integrating jQTouch with Tempo
I am trying to integrate jQTouch with Tempo templating (http://tempojs.com/) but it seems to not work for me.
I have included both libraries (in the current dir) and the raw data in in JSON format.
...
0
votes
0answers
21 views
jQtouch - reload ajax on the same id twice
I create a ID to go to my mobile article. id="article"
I want to create arrow down and arrow up buttons to go to the next and previous article, but in jQtouch, you can go to the same id twice.
My ...
0
votes
0answers
10 views
jQtouch - Knowing if referrer was back button
I want to know if users comme from the back button,
I want to find a way to not reload all ajax call if someone return to a page from the back button, logically, everytime someone who return back, ...
0
votes
0answers
20 views
trouble initializing jqTouch
I'm trying to add a swipe animation to an element. I've tried initializing jqTouch before the ready handler like this:
var jQT = new $.jQTouch({
slideSelector:'#navMenu'
});
...
0
votes
1answer
60 views
trying to make navigation bar for tablet site
I'm designing a navigation bar for a tablet website. The navigation bar holds elements displayed horizontally, and I want to be able to display new elements with a swipe (kind of like a cover flow) ...
0
votes
0answers
33 views
Individual Page Rotation with JQTouch
Basically, is there a way and how would I go about, enabling landscape mode on the iPhone for specific pages, I want the main page to not be able to rotate yet the information page to rotate. I am ...
0
votes
1answer
79 views
SQLite in a webapp with jQtouch
I'm treying to create a simple todo webapp with jQtouch but I'm having some time creating a SQLite database. Or the database is created with no tables, and when I refresh Safari the database is ...
0
votes
1answer
140 views
JQTouch examples show applications as monolithic one html page creations. Is there a better paradigm for organizing the code?
I'm not a big fan of the way code is organized in the jqtouch examples I can find. So far, all I've seen are monolithic "index.html" files, which contain all the separate views for the iPhone app as ...
0
votes
3answers
184 views
jQuery animations performance with Mobile Safari
I've just recently started developing a site for iPhone using jQTouch, and have the following code:
<li class="title" onclick="showDesc('desc1');">Post Title</li>
<li id="desc1" ...
0
votes
0answers
56 views
jQTouch _webapp link
I have one main page and other sources on other pages. Since I can't use ajax loading because of the server limitation, I have to use target="_webapp" attribute to load on new page
<div ...
0
votes
1answer
29 views
Simulating Animation jQTouch
I would like to simulate an animation jQTouch in this fuction:
$(function(){
$('#form').submit( function(e){
$.get('/result.php', function(data) {
...
0
votes
1answer
206 views
DataZombies - iScroll not working on cloned divs
I am cloning both a <li> template and a subsequent <div> template(to
which the <li> links) from dynamically pulled data. After the list is
created I am able to refresh the ...
0
votes
0answers
154 views
“touchstart” delay in iPhone WebApp
I tried out two snippets of code which are both triggered by a touchstart event.
1:
var imagelayer_id = "img_255";
$("#" + imagelayer_id).show();
2:
var imagelayer_id = "img_" + ...
0
votes
1answer
165 views
Google maps V3 maps ok in chrome, blank in mobile safari
This code works perfectly in Chrome, but is blank in mobile Safari. Tried to set my map to fixed dimensions, didn't seem to help.
<div id="map-overflow" style="overflow: hidden; padding: 0; ...