iphone-standalone-web-app Questions
6
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...
Villalba asked 9/11, 2011 at 9:49
4
Solved
I'm really new to HTML5 for mobile. I use jQuery Mobile for my current app and I have some problems hiding the navigation bar.
I found this site: http://m.somethingborrowedmovie.warnerbros.com/. (...
Gobble asked 15/5, 2011 at 21:0
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
4
<!doctype html>
<html>
<head>
<title>page</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
&l...
Kaolin asked 18/11, 2010 at 12:22
4
I'm using basic authentication for a simple app but it stopped working in web app mode on iOS 7. It works in Safari, it worked on iOS 6 both in Safari and as a standalone web app, but
after migrat...
Mablemabry asked 24/9, 2013 at 8:22
1
I have a full screen web app running on iOS. When I swipe down, the screen scrolls with the rubber band effect (bumping). I want to lock the whole document but still allow scrolling divs with overf...
Pathogenic asked 11/11, 2013 at 15:8
1
Solved
For iOS 6.[something] onwards Cookies, SQLite data and localStorage data for Full Screen Web Apps is stored separately from the Safari data. I have a token that I need persisted to the Home-Screen ...
Autocratic asked 14/1, 2014 at 9:10
3
Solved
If a user visits my websites example, from Safari Mobile how could I place there a blank page that says "Add To Homescreen."? Once added it would show different content.
Hyperventilation asked 11/11, 2011 at 7:51
2
Solved
I'm having trouble with a full-screen (saved to home screen) iPhone web app on iOS7.
Typically, when an input is selected, it has scrolled into view above the keyboard.
However, this doesn't seem...
Denyse asked 22/9, 2013 at 23:1
2
My prototyping service creates standalone, isntallable iOS web apps. Sometimes they lock up the device while in use.
The home button stops working, the app continues to work. The following is show...
Unnecessarily asked 25/4, 2013 at 22:18
4
I'm in the process of building an asp.net (3.5) web app and was wondering if you knew of any way I could do it so that there would be some offline functionality.
This is needed as people will be a...
Eo asked 7/8, 2013 at 11:18
11
I have a very simple HTML page with this META tag for the iPhone:
<meta name="viewport" content="height=device-height,width=device-width,initial-scale=1.0,user-scalable=no" />
Using the iP...
Cogitative asked 6/4, 2010 at 0:30
0
If I open the following page in Safari on an iPad running 6.1.2, clicking on the first link opens a new tab with 'Hello World!', and the second loads 'Hello Again!' in the iframe.
<html>
&l...
Joyann asked 26/2, 2013 at 21:13
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
2
I have a web app.
<meta name="apple-mobile-web-app-capable" content="yes">
I put this in there.
I add to home screen.
However, I realize that I always have to login again after I close ...
Rigobertorigor asked 7/4, 2012 at 11:36
4
I'm trying to build a "native web app" using HTML + JS on iOS. As you may know you can add such an application to the homescreen and it will more or less look just like a normal native app.
Howeve...
Likelihood asked 27/11, 2010 at 13:5
3
Solved
I have a webapp for iPad with the meta tag:
<meta name="apple-mobile-web-app-capable" content="yes">
When I open up the app from the homepage (web-app-capable version) or type in the addre...
Rebel asked 18/7, 2012 at 15:40
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
2
Solved
When I use <meta name="apple-mobile-web-app-capable" content="yes">, my page doesn't set, load, or retrieve cookies. Is there any way to get around this? I can't find anything useful in Googl...
Bromley asked 5/2, 2011 at 0:44
1
Solved
I have a question for which I couldn't find answer neither in google or directly at apple developer forum.
What is the exact difference between:
<meta name="apple-touch-fullscreen" content="ye...
Zurkow asked 5/4, 2012 at 13:30
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
4
Solved
I'm working on an iPhone web app where I'm using the "apple-mobile-web-app-capable" meta tag to get "full screen mode". When I lauch the app it shows a picture of the page where I left of the last ...
Dalesman asked 30/3, 2009 at 14:7
2
Solved
I am in the process of developing a Web App for iOS and am using the DOMApplicationCache. I know that Web Apps can not run in the background, but I still would like to simulate a resume of the app ...
Tripedal asked 9/12, 2010 at 18:30
3
Solved
I'm trying to build a mobile web app and am intrigued by the "apple-mobile-web-app-capable" option, making the app feel a lot more native.
The issue I'm having is that it's an app that lets a user...
Lissner asked 27/4, 2011 at 21:11
2
When a user launches "new window" link in a home screen app.
In Mobile Safari this type of action would open a new tab. What happens if the app is on the home screen and has name="apple-mobile-web...
Copperplate asked 10/11, 2011 at 21:28
© 2022 - 2024 — McMap. All rights reserved.