- Progressive Web Application Development by Example
- Chris Love
- 318字
- 2021-08-05 10:33:20
The add to homescreen experience
The emergence of an automatic prompt to a visitor to add your progressive web app to their homescreen is exciting. In the past, Chrome would eventually display a prompt to install a progressive web app, but that has changed recently. The rules determining when the prompt triggers are still valid, but now only trigger the beforeinstallprompt event.
How the user prompt triggers is where each browser can choose a different path. Some of the requirements are defined in the web manifest specification, but the experience is left open ended for browsers to implement as they see fit.
Right now, Chrome has the most mature process. They established the following criteria to automatically trigger the add to homescreen experience:
- Has a web app manifest file with:
- A short_name (used on the homescreen)
- A name (used in the banner)
- A 144 x 144 .png icon (the icon declarations must include a mime type of image/png)
- Astart_url that loads
- Has a service worker registered on your site:
- Has a fetch event handler
- The Fetch event handler cannot be a noop function, it must do something
- Is served over HTTPS (a requirement for using service worker)
- Is visited at least twice, with at least five minutes between visits
- FireFox, Samsung, and Opera have similar requirements. FireFox will trigger the experience on Android, but not the desktop. You can allow the experience on desktop, but it is hidden behind a flag.
These browsers typically provide a simple visual queue in the browser's address bar. Here is how FireFox on Android displays the indicator:

Notice how it uses a house with a + to indicate that the site can be installed. To its right, you will also see an Android logo silhouette. The little Android head indicates that an app is available. In this case, it is detecting the PWA I installed from Chrome, which created a WebAPK.
- 面向物聯(lián)網(wǎng)的CC2530與傳感器應(yīng)用開發(fā)
- 物聯(lián)網(wǎng)檢驗檢測技術(shù)
- 計算機網(wǎng)絡(luò)與數(shù)據(jù)通信
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- 網(wǎng)絡(luò)的琴弦:玩轉(zhuǎn)IP看監(jiān)控
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- Unity Artificial Intelligence Programming
- INSTANT KineticJS Starter
- 從實踐中學(xué)習手機抓包與數(shù)據(jù)分析
- Microsoft Power Platform Enterprise Architecture
- LwIP應(yīng)用開發(fā)實戰(zhàn)指南:基于STM32
- 物聯(lián)網(wǎng)基礎(chǔ)及應(yīng)用
- 小型局域網(wǎng)組建
- 物聯(lián)網(wǎng)技術(shù)與實踐
- 一本書讀懂移動物聯(lián)網(wǎng)