移動應用程序和網頁應用程序
by Samuele Dassatti
通過薩穆爾達薩蒂
如何開發感覺像本機移動應用程序的漸進式Web應用程序 (How you can develop Progressive Web Apps that feel like native mobile apps)
I’m currently developing a Progressive Web App that will also serve as the native app of my next service.
我目前正在開發一個漸進式Web應用程序,該應用程序還將用作我的下一個服務的本機應用程序。
As many of you know, PWAs are apps that can run in the browser or in a standalone window and can take advantage of features native to the OS, such as push notifications and the ability to work offline.
眾所周知, PWA是可以在瀏覽器或獨立窗口中運行的應用程序,它們可以利用操作系統固有的功能 ,例如推送通知和脫機工作能力。
翻譯自: https://www.freecodecamp.org/news/how-you-can-develop-progressive-web-apps-that-feel-native-5110fbbcbf4b/
移動應用程序和網頁應用程序