iphone-standalone-web-app Questions

2

The "start_url" works for Android browsers, but for iPhone, Safari always uses current page's URL and ignores the "start_url". For example, the current page is https://test.com/index.html, on mani...
Casein asked 21/2, 2017 at 22:31

6

Solved

I have created a webapp using all of the recommended link and meta tags for safari, eg. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=n...
Densmore asked 3/1, 2011 at 20:5

2

Solved

Since upgrading to iOS 9, my web application has changed behaviour and now shows all content with css style display: none and visibility: hidden. This "feature" is seen in both Safari and Chrome fo...

1

I'm sending users to some .pdfs in a standalone web app (saved to home page, no PhoneGap) on iPhone/iPad. With window.open(url, '_blank'); these documents open on top of the web app and since there...
Longrange asked 8/12, 2011 at 19:42

6

Solved

Apple says in the Safari HTML reference that the below code is supposed to make the the web-app full screen on iPhone OS 2.1 and later. <meta name="apple-mobile-web-app-capable" content="yes"&...
Ennius asked 11/6, 2010 at 16:20

1

Solved

Update: Basically the same issue as Standalone PWA breaks login but on iOS. If you add a web app to the home screen, Chrome on android shares the local storage with the same domain in the browser....

4

Solved

When calling window.open() in a iOS web app, the page opens in the web app instead of mobile safari. How can I force the webpage to open in mobile safari? Note: Using straight <a href> link...

4

I created a web app and added to my iPhone Home Screen. When I switch to another app and back, iPhone automatically reload my web app. This breaks my app flow. How do I prevent iPhone from reload...
Polad asked 3/8, 2011 at 17:42

0

There is a web app which runs in a standalone mode with the following manifest.json { "lang": "de", "name": "Test.App", "short_name": "Test.App", "start_url": "/36485/", "display": "standalon...

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...

20

Solved

I have problem with web after adding icon to Home Screen. If the web is launched from Home Screen, all links will open in new window in Safari (and lose full screen functionality). How can I preven...
Zloty asked 24/5, 2010 at 17:5

1

Solved

There was a lot of traffic about preventing a link in a standalone web app from opening in mobile Safari, but the iOS versions quoted were much earlier (7-9?). In iOS 11, I'm having the opposite pr...
Microampere asked 6/6, 2018 at 13:32

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 ...

3

Solved

Last year webkit removed the 350ms delay for iOS. When I run my website in Safari's mobile browser, the delay no longer exists, and works as expected. However, when I run my web application in sta...
Cameleer asked 10/10, 2016 at 5:46

11

I have an app that does a simple textbook navigator.geoLocation.watchPosition(...) that works great in iOS 5.x both in Safari and as a web app (using apple-mobile-web-app-capable meta tag). Howeve...
Voussoir asked 19/9, 2012 at 22:31

1

I’m writing a web app that is intended to be used through a home-screen shortcut under iOS. I added the meta tag <meta name="viewport" content="width=device-width, initial-scale=1, user-scala...
Conway asked 11/7, 2016 at 17:47

6

Solved

I have an HTML5 iPad app that works offline. The app essentially consists of 4 html files and 3 aspx files. My cache manifest is setup so that only the html files are available offline, and the asp...
Permissible asked 21/6, 2011 at 17:33

4

Right now I am developing a Web-based Application, where the User has to login first. When I open the Page by iPhone Safari, login and restart Safari, I am still logged in (Cookie & Session ID...

1

Solved

I've read on how adding <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> to your HTML will allow users to add that page to ...
Candor asked 21/9, 2016 at 9:18

2

Solved

Since updating my iPhone 5s to the iOS 9 beta trial, I have found that the status bar styling meta tag, and the startup images on my standalone web app have stopped working. It was working perfectl...
Lanta asked 17/7, 2015 at 8:39

8

Solved

I have an iPhone Web App, and I'm interested in detecting if the app was loaded either from: iPhone Safari iPhone installed web app (via the add to my home screen) which loads without the safari ...
Agenesis asked 29/4, 2010 at 15:54

2

Solved

I'm requiring a valid session in order to download files from my web app. When I open my web app on my iOS device, sign-in and try to download a file (PDF) from my site, I get kicked out and the l...

6

Simple HTML5 video plays on safari browser. but after adding it to home screen(Standalone WebApp), it doesn't work. It is working on iOS7 but stopped working on iOS8. <!DOCTYPE html> <hea...
Snipe asked 22/9, 2014 at 10:53

1

Solved

In a standalone web-app launched from homescreen, on iOS 8.1(8.0), touch events (touchstart, touchmove, touchend) are not firing on inputs/textareas, but on the same device in Safari they are. I've...
Davidoff asked 6/11, 2014 at 10:32

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?

© 2022 - 2024 — McMap. All rights reserved.