Tagged Questions
35
votes
6answers
25k views
iWebkit vs. JQTouch vs. iUI
I am going to develop a content rich application that ideally should have been an iPhone-app, but since I'm short on time, I will stick with technologies that I can, such as JQuery, CSS and HTML. The ...
8
votes
7answers
3k views
Resources & Frameworks for mobile development (iphone,android) using HTML5
I am looking for resources to develop HTML5 apps for iphone primarily. Are their frameworks and tools that I can use to get started? I am looking for:
Javascript frameworks that help with UI layout
...
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 ...
6
votes
6answers
6k 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
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 ...
5
votes
4answers
7k 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
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
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
1answer
315 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
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
2answers
4k views
Can an iPhone Web App use the Camera?
I have a web app and I want to take photos and then upload them to a server. Can this be done with a webapp?
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
521 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
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 ...
3
votes
2answers
807 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 ...
3
votes
1answer
2k views
How to require fullscreen mode in a jQTouch application?
I'm using jQTouch to develop a version of a website optimized for safari on the iphone. The jQTouch demo helpfully shows how to show an "install this" message for users not using full screen mode and ...
2
votes
1answer
115 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
0answers
811 views
Strange behavior width Safari (iOS) inner/outer width/height
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 ...
2
votes
2answers
1k views
jQTouch and PhoneGap
Hey guys, this isn't really a question as much as I wanted to post this for people who might have been running into similar frustrations/issues using jQTouch and PhoneGap together.
I started ...
2
votes
1answer
311 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
2answers
254 views
Client-server web app with both client AND server running on iPhone - is this possible?
I'd like to build a simple native iPhone app with tools traditionally used for web apps.
I would prefer to use something like jQTouch and Rails, but I want it to work offline (not require an internet ...
2
votes
1answer
176 views
JQTouch returning to same position after watching video
I've been playing with JQTouch for a while, not withstanding the lack
of documentation I've managed to get something working for my site
http://iphone.bmxmdb.com
but I have a problem, after ...
2
votes
2answers
1k views
Does anyone know where I can find iPhone search bar style?
I'm developing a site with jQTouch, but it doesn't have style for a search bar. Has someone come across a library or css for the iPhone search bar like the image below?
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 ...
2
votes
1answer
671 views
JQTouch link with no animation
Im building a web app using JQTouch and have been very impressed with it so far! I'm currently having a little problem in that I now need to link between certain parts of my site with NO ANIMATION. ...
1
vote
1answer
24 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
3answers
71 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
0answers
598 views
iPhone web-app (built on jQTouch) - animations jerky since iOS 5
In July I built an iPhone web-app using jQTouch. On iOS 4 I had no problems with the web-app: The built-in jQTouch animations (slide left, slide right) etc were smooth as silk.
However, since the ...
1
vote
3answers
144 views
Loading remote application would it lead to App Store rejection?
I have an application using JQtouch and would like it to be on the App Store.
Will my application get rejected from the App Store if all the functionality is done remotely (loading in UIWebView) and ...
1
vote
2answers
187 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
3answers
1k views
How can i make a bottom toolbar with jqTouch for my webpage
I'm trying to make a iPad like toobar at the bottom of my webpage, using the free jqTouch framework. Here's an example I was trying to copy off (first random iphone image i googled for).
Now, a ...
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
467 views
JQTouch loading external html page
Do we need to have all pages inside divs in one html page?
In case of my website I would need to create a huge file to accomplish that.
1
vote
1answer
672 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
2answers
226 views
JQTouch remote page - getting back to the app
I've built a simple iphone app with JQTouch and PhoneGap.
From the main menu a link goes to a search form. The search form is actually
on a web server but styled so to the user it looks like they ...
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
1answer
1k views
jQuery Mobile/ jqTouch Image width
I want to have a static footer image with 5 buttons for navigation in my mobile phone website. The image is here http://www.pintum.com.au/jm/footer3a.jpg. The blue icons should be the default, the ...
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
4answers
493 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
1answer
577 views
jqtouch/sencha touch & pdf's
I need to create a PDF viewer with scrolling, zooming and swipes for the iOS family of devices... I've played around using iframes and objects and I've had no luck on making anything decent.
I guess ...
1
vote
1answer
671 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
2answers
133 views
How should I go about this?
I have a MySQL Database of more or less 100 teachers, their names, and their phone numbers, stored in tables based upon their department at the school. I'm creating an iPhone app, and I've found that ...
1
vote
1answer
643 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
309 views
HTML/CSS/JavaScript using JQTouch and PhoneGap to develop iPhone apps
I would like to ask if I require a Mac for the entire process of the iPhone app development or simply to test the application and later on convert it into a format accepted by iTunes and then uploaded ...
1
vote
1answer
472 views
iphone JS swipe action to load next page
I hace been looking around on how to make a swipe action with javascript so that it loads $next (the next page). Any ideas? Thanks.
1
vote
1answer
798 views
jQTouch animated table cell hight
I am using jQTouch to show a table list. When a cell (really a <li> tag in jQTouch) is clicked, I would like to animate the height of the cell down to 0, then hide the element.
I have tried ...
1
vote
4answers
459 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 ...
1
vote
3answers
748 views
JQuery .load() function silently fails when offline
I'm trying to write an iPhone offline webapp using jqtouch/jquery. When I disable my connectivity, it looks like the jquery .load() function silently fails and doesn't even call its callback function. ...
1
vote
2answers
888 views
Break out of jQtouch?
I'm trying to give my mobile users the choice to view the full website by loading a different page.
Thing is, jQtouch thoughtfully transforms links into ajax calls, so the user doesn't leave the page ...