Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
6answers
4k views

Can I trigger a CSS event in mobile safari upon iphone orientation change?

I'm trying to figure out how to change an embedded web page when the user rotates their phone from portrait to landscape mode - basically to load a view that is better suited to the wider screen ...
8
votes
2answers
3k views

watchPosition() vs getCurrentPosition() w/ setTimeout

I need to determine a person's location within 50m. I'm wondering if I should use navigator.location.watchPostion() or call getCurrentPostion() over and over again. watchPostion() is the proper W3C ...
8
votes
8answers
20k views

Hiding Safari User Interface Components on iPhone

In an attempt to hide the Safari UI components for an web-app bookmarked as a Homescreen Icon. I am using this meta tag <meta name="apple-mobile-web-app-capable" content="yes" /> as ...
5
votes
2answers
354 views

How to disable iOS “Shake to Undo” in a webapp

I'm building a game as a webapp for the iPad. It incorporates a shake action to trigger an event for one of the screens, but, since it also has a information collection form, sometimes that shake ...
5
votes
3answers
831 views

iPhone apps: Webapps or native?

I am planning to create an iPhone apps version for our online webapps. I am still new to iPhone apps development so I don't know whether to choose iPhone native or a webapps that runs on iPhone ...
4
votes
2answers
2k views

iPhone Web App splash screen delay

I've built an iPhone web app and have done all the steps to make it look like a native app: app icon, prevent scrolling, prevent selection, use touch-based js methods, etc. However, I'm having a tough ...
4
votes
7answers
2k views

iPhone - Native App GeoLocation VS Web App GeoLocation

Here's my situation; I've built a very simple web app that looks up a users location and plots it on a Google map. Here's my code: http://pastebin.com/d3a185efd When I test it, my location is ...
3
votes
2answers
458 views

Media Queries failing on Android browser

I am trying to develop a web app which applies an appropriate style sheet depending on the device (and its orientation). I have 5 media queries in total: //for mobile phones in portrait mode ...
3
votes
2answers
165 views

Wait to reach an accuracy threshold with getCurrentPosition

Looking at the web GeoLocation API documentation there are two ways to get location - getCurrentPosition to get a quick reading of location and watchPosition to monitor the changes to the position. ...
3
votes
5answers
5k views

IPhone push notfication for a webapp?

Is it possible to implement IPhone's push notification service for a Webapp that has an icon on the "desktop"? If so how?
2
votes
0answers
47 views

iPhone webapp caches js, won't refetch after some time?

I have a webapp that is designed a certain way, in index.html it has a script tag: <script type="text/javascript" src="http://myserver.com/app.js" /> Inside that app.js, there's code like ...
2
votes
2answers
217 views

Remove form assistant from keyboard in iPhone standalone web app

Is it possible to remove the form assistant from the iPhone popup keyboard in a standalone web app? I know the general consensus is that it's not possible in Mobile Safari, but a standalone app runs ...
2
votes
1answer
653 views

jQuery Mobile: Loading Message not appearing

I have made a web app using jQuery Mobile, jQuery and html. It is basically an rss reader for its site. $(document).ready(function() { $('[data-role=button]').click(function() { var $id = ...
2
votes
1answer
339 views

Using OpenID on a PhoneGap platform

I am currently developing an application using PhoneGap. My application used OpenID to authenticate a user. After successfully authenticate a user, it should be return back to my application. I have ...
2
votes
1answer
582 views

Google appengine authentication on iPhone web app on the home screen

I'm using Google appengine for developing an web application that is meant to be used on both the browser and iphone. I have purchased a domain name for this application, so that I have a pretty URL. ...
2
votes
5answers
3k views

How can I create a footer/toolbar in an iPhone web app?

I'm working on a web app and I need to get a div to stick to the bottom of the viewport. Always viewable and always on the bottom of the viewport. There's an example of what I want here: footer. ...
2
votes
5answers
432 views

How to direct my users to my iPhone enabled site?

I have made an iPhone friendly version of my site, that I want to direct my users to. The big question now is how to direct my users to this site. There are a few alternatives: Redirect the user ...
1
vote
2answers
32 views

Is it possible to make a button 'add to homescreen' for the iphone?

Im new to developing webablications for the iphone. I wonder if it is possible to add a button who has the simular function as the '+ add to homescreen' button to your website? Thank you! Robind38
1
vote
2answers
74 views

iphone offline web app cache does not function

I am developing an offline web app for iphone. I have created the application and tested, it works fine apart of one feature, it is not being cached. I have created the manifest file, and I checked ...
1
vote
1answer
46 views

Trimming Phonegap when not using any native features, is it possible?

I'm developing a simple lightweight webbapp which I intend to wrap as a Phonegap app for iPhone and possibly Android. The thing is, I don't actually use ANY of the native features available via ...
1
vote
1answer
30 views

Open external page from iPhone web app using JavaScript?

I've built a mobile website - a web site optimized for handheld units. If you are using an iPhone you launch Safari and go to the site URL to use this web app. It can also be run as an iPhone web app ...
1
vote
2answers
95 views

iPhone webapp: run JavaScript on orientation change

I have a webapp saved to the iPhone homescreen, and I need to run some JavaScript when the device changes orientation. I tried this, but it only seemed to work in a desktop browser and not on the ...
1
vote
0answers
158 views

iPhone Web App - Session & Current url lost when call answered

I have a multi-page website that is designed to work as a web-app on an iPhone. It has the usual: <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, ...
1
vote
1answer
77 views

Stick an element to the iPhone keyboard (JS, CSS?)

I'm developing a webapp using jQuery Mobile. One thing I want to do is to display some auto-complete suggestions for certain input fields. I want the block with those suggestions to appear as if it ...
1
vote
3answers
394 views

Is It Possible To Deploy iOS and Android Applications Using HP Enyo?

Today I read this news: HP ran its webOS SDK on iPad 2, hopes to license it as mobile web app tool and as soon as I finished reading it and looking at the video I just completely freaked out and this ...
1
vote
1answer
320 views

OAuth callbacks in iPhone web apps

I'm building a full-screen iPhone optimized web app. It gets launched from the homepage like a native app and behaves like a standalone app via the following directive, but it's just plain ...
1
vote
1answer
235 views

Detect an app on home screen of iphone

You know how its possible to add a web app to the home screen of an iPhone... well now how do i detect if my app has been added to the home screen of a user's iPhone. And if it has been added, how do ...
1
vote
1answer
190 views

How to upload or send photo from iOS device to web server

How can I allow a user from an iOS device to upload an image to my server using asp.net? NOTE A native iOS application is not an option for us at this time. I'm open to any crazy idea, like emailing ...
1
vote
1answer
125 views

getting started with iPhone app development, web app in place

I have a basic web app in place: it has a registration page, a sign in page, and a home page for users to upload some photos. It is written in ruby on rails and hosted using heroku. I want to ...
1
vote
4answers
353 views

Prevent iPhone from zooming in on `select` in web-app

I've got this code: <select> <option value="c">Klassen</option> <option value="t">Docenten</option> <option value="r">Lokalen</option> ...
1
vote
2answers
421 views

Is there a way to overcome the 5MB storage limit on an iPhone WebApp hosted in an ObjectiveC native app?

We have a iPhone web application that uses WebSQL that is working fine. The amount of data downloaded depends on the user of the app. If the user has more than 5MB data, the user is prompted to ...
1
vote
3answers
319 views

Prevent Copy image in iOS web application

Is there a way of preventing the menu that appears when you hold down a finger on an image on an iPad or iPhone web application. I am creating a remote control and I use the ontouchstart and ...
1
vote
2answers
549 views

Javascript web-app, control iPhone zooming on input focus and blur

I created a web-app a couple years ago (JS/CSS/HTML over a LAMP backend) which has been working fine. The client is now using it on his iPhone, and reports that when on a login screen with 2 inputs, ...
1
vote
1answer
126 views

What causes some icons not to appear when I run my iPhone web app in Safari on the desktop?

NOTE: I have rephrased the title because I'm not getting any answers. Surely someone out there has experienced this problem and knows what to do. Thank you! I have an iPhone web app that works almost ...
1
vote
1answer
319 views

How can I cache my dynamic iPhone webapp for working offline?

I am having an iPhone web app written in PHP and using the WebApp.Net framework. I would like to make this application work offline as well. As I understood I can not use the manifest tag of HTML5 ...
1
vote
0answers
180 views

iPhone HTTPS works as webpage, fails as web-app

I configured my web server to use HTTPS instead of HTTP. I used openssl to generate an X509 certificate and private key. When I connect using FireFox it warns me of an "Untrusted Connection" and ...
1
vote
3answers
1k views

How to not cache a php file where a cachemanifest is beeing called?

i'm building a iphone app with jqtouch and i use a cachemanifest to cache all the static files (images, css, javascript) to make it load faster. However the page uses php for the dynamic content and i ...
1
vote
1answer
234 views

Do not fetch app.manifest each time

For creating an offline version of a bunch of linked web pages I use an app.manifest-file that lists all the web pages for offline caching. I would like it that the app.manifest file is not fetched ...
1
vote
1answer
211 views

Is there a way to get a mobile Safari WebApp to “forget” its state?

I have a nascent bridge scoring app that is meant to be stored locally on an iPod touch/iPhone (iPad? Would probably be fugly...) So far so good, got a custom icon rolling and basic JS navigation ...
1
vote
1answer
500 views

Dashcode code translation

a quick, probably easy question whose answer is probably "best practice" I'm following a tutorial for a custom-template mobile Safari webapp, and to change views around this code is used: function ...
1
vote
3answers
3k views

iPhone friendly websites with ASP.NET MVC

Are there any resources or guidance out there on how to make iPhone friendly web applications? In my case specifically, I'd like to use ASP.NET MVC, but since that all runs on the server, I know ...
1
vote
6answers
26k views

iPhone and HTML5 Cache Manifest

I am trying to build an iPhone web application using ASP.NET. The page is dynamically rendered once for each visitor. At this point the page can be bookmarked and it will never change again for that ...
1
vote
1answer
3k views

iPhone Web App Cache Persistence

How can I write an ASP.NET (C#) application that will render a page can be permanently cached on the iPhone when it is bookmarked as a "Homescreen Icon"? I have tried setting this on the code behind ...
0
votes
0answers
11 views

How to read the region setting of an iOS device from mobile Safari or UIWebView

I want to read out the region setting of an iOS device from either mobile Safari or a UIWebView. Is it possible to readout this setting without native development?
0
votes
0answers
60 views

iphone webapp jquery/javascript treeview API

I have an iphone webapp (html,css,jquery, ajax) and rest api that returns xml data which i parse on client side. I need a (preferrable: simple & documented)javascript/jquery api that draws a ...
0
votes
1answer
39 views

converting ios safari compatible webapp into native

My webapp does not use any of the api of phonegap.So I did't want to include the libraries of it.Can I use phonegap by deleting all the libraries or I should use UIWebView.Or is there another library ...
0
votes
2answers
103 views

how start developing iPhone web apps using its webviewer?

How to develop an iPhone app using its webviewer? Like in Andriod we can develop an app using webviewer. It will help me in developing mobile app using Javascript. Please NOTE:- I want to keep the ...
0
votes
1answer
79 views

Can a web app in UIWebView gain access to native storage

If I have a web app running in a UIWebView can the javascript context in the web app get any sort of access to data in the native ipad app context? I'd like to store lots of images in the native app ...
0
votes
1answer
54 views

Going back in an iphone AJAX Webapp

I have a problem: I want to play a video from a full screen web app, not using html embed, but using an image banner which redirects to the video url (for example url: ...
0
votes
1answer
238 views

iOS Full Screen Web App drops cookies?

I have experienced that iOS4 drops cookies when you start/exits a web app saved to the dashboard (full screen mode). Is it true and is there a workaround?

1 2