Giter VIP home page Giter VIP logo

all-about-safari-standalone-mode's Introduction

All about iOS Safari standalone mode

A community-curated list of iOS Safari apple-mobile-web-app-capable issues and workarounds for them.

aka full screen web apps mode, home screen apps, WebClip, standalone, etc...

I'll write in Japanese at first, then I'll translate into English later. PR welcome.

  • 最初は日本語で書きます。TODO になっている部分にも PR いただけるとありがたいです。
  • issue は極力英語で立ててください。

Example

ページ遷移

TODO

キャッシュ問題, Cache issue

  • Example001 で検証(iOS12.3.1)
  • page01 に移動 → アプリケーションをタスク一覧から削除 → 再度アイコンより起動 → 表示ページが page01 のまま(タスク自体が終了していない)
  • アイコンの削除 → 再追加 → アイコンより起動 → 表示ページは index.html から始まるが、キャッシュは古いまま(タスクは終了するものの、キャッシュクリアはされていない)
  • Safari の設定画面より履歴のクリア → アイコンより起動 → キャッシュがクリアされ、表示ページも index.html になっている

ナビゲーションバー問題(iOS13)

TODO

有効な Web App Manifest の内容

TODO

standalone の判別, Detecting standalone mode

TODO

アイコンについて

TODO

Links

License

MIT

all-about-safari-standalone-mode's People

Contributors

hashrock avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

all-about-safari-standalone-mode's Issues

Using Web App Manifest

from iOS13, it seems there is no default scope.

https://twitter.com/firt/status/1177214380817170433

then I tried Web App Manifest and made minimal manifest.json.

{
    "display": "standalone"
}

This works, but why? There's no scope description. Does Safari changes its behavior with just only detecting manifest.json?

In additional, I suspect Web App Manifest will change cache behavior.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.