简体   繁体   中英

Safari web page saved to home screen stuck in standalone mode

We've been working on a web app and did some work to make it more PWAesque, so we added <meta name="apple-mobile-web-app-capable" content="yes"> to our <head /> .

This ended up being more problematic as we hadn't thought to implement our own navigation UI (back and forward etc) and it appears that as soon as you exit you lose your logged in session.

So this ended up negatively impacting experience and we've decided to remove <meta name="apple-mobile-web-app-capable" content="yes"> .

Easy, right?

Nope.

Even with the removal of this meta tag and new installations to the Home Screen (and on different devices where it was not previously installed) it continues to open in standalone mode rather than in Safari.

I've scoured Google pretty hard but maybe I'm not searching the right terms.

Is there a step that I've missed? Has any one encountered this?

Thanks in advance!

答案是它在我们的manifest.json文件中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM