Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (31 loc) · 2.23 KB

File metadata and controls

53 lines (31 loc) · 2.23 KB

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