iphone-web-app Questions
12
Solved
I've got this code:
<select>
<option value="c">Klassen</option>
<option value="t">Docenten</option>
<option value="r">Lokalen</option>
<option valu...
Herson asked 26/6, 2011 at 10:38
2
Solved
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 HTML/CSS...
Shadchan asked 15/8, 2011 at 17:35
9
Solved
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 a...
Ignaz asked 29/6, 2011 at 11:46
1
I have put the meta tags in my html header to transform my site into an fullscreen webapp. Everything is working fine, without the known swipe back gestures from safari.
Does anyone know why its ...
Hydra asked 1/1, 2015 at 16:35
3
I have this iOS web app, that needs to submit a form through Ajax, which works for the most part.
The only thing that isn't working is that the GO button on the keyboard doesn't respond.
On deskto...
Moneylender asked 24/8, 2012 at 10:58
8
Solved
Is it possible to implement IPhone's push notification service for a
Webapp that has an icon on the "desktop"? If so how?
Annalist asked 17/9, 2009 at 0:45
13
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 speci...
Sterculiaceous asked 7/11, 2008 at 21:19
1
This will be difficult for me to explain, but I'll try:
As a start, my web page is working on mobilebrowser in iOS6.x, Android, W7 and desktop browser IE9, Safari and Chrome. The problem happens in...
Gyniatrics asked 1/10, 2013 at 7:8
5
I have a problem with fitting the height of a webapp (homescreen).
Im using following meta-tag:
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalab...
Sturgeon asked 9/12, 2012 at 21:40
1
I have a iPad3(ios5):
I load my webapp html locally,I disable all the css3 effect like box-shadowand everything I can optimize like what I used to optimized a website, etc.
And All my effort focus ...
Custos asked 19/8, 2013 at 5:19
4
Solved
I've been working on a mobile webapp as of late. I'm optimizing mobile-first, focusing specifically on iOS for the iPhone right now. I don't want the precise look of a native app, but I think...
Hyetography asked 30/9, 2012 at 17:54
2
Solved
2nd update, March 2014: Apple closed the bug saying they don't have enough information, but my project is a big PHP application that I can't (and won't) fully send to Apple for them to reproduce ...
Urea asked 28/1, 2013 at 22:58
3
Solved
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 run...
Indicative asked 26/10, 2011 at 15:20
3
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 to...
Poison asked 6/10, 2010 at 21:29
7
Solved
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 det...
Subdue asked 21/1, 2010 at 15:38
1
Solved
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 ...
Constraint asked 10/8, 2011 at 18:37
6
Solved
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 fo...
Malissamalissia asked 22/2, 2010 at 18:37
1
Solved
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 hav...
Doubleganger asked 18/3, 2011 at 4:59
2
Solved
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...
Usurpation asked 22/12, 2009 at 20:33
3
Solved
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 bro...
Filmore asked 16/5, 2010 at 0:48
4
Solved
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 tha...
Scrofulous asked 7/11, 2008 at 19:35
1
Solved
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 behin...
Schinica asked 5/11, 2008 at 4:50
1
© 2022 - 2024 — McMap. All rights reserved.