On Android and in Chrome (but not on iOS), it's possible to send push notifications with a PWA. We'll start by asking the user for permission to send ...
分类:
移动开发 时间:
2019-01-02 10:36:11
阅读次数:
180
It's possible to access some, but not all, of the native device features from a PWA. One that we canaccess, is the camera and camera roll. We'll use t ...
分类:
数据库 时间:
2018-12-31 22:37:32
阅读次数:
241
Android displays a splash screen for PWAs based on the icons and names you provide, but iOS just displays a solid color splash screen for installed PW ...
分类:
移动开发 时间:
2018-12-30 16:22:58
阅读次数:
177
Because an installed PWA is really just a web app running in a browser, there are some browser behaviors that we may not want in our app, if we're goi ...
分类:
移动开发 时间:
2018-12-30 16:18:10
阅读次数:
243
We're storing JSON data in the cache - but that only applies to HTTP GET requests - and not to POST or DELETE requests. We'll add a fetch event listen ...
分类:
其他好文 时间:
2018-12-30 15:11:55
阅读次数:
220
We can view the PWA offline because we are caching the static and CDN assets for the app - but the list of todo items won't display, because those API ...
分类:
Web程序 时间:
2018-12-28 22:22:45
阅读次数:
306
Our service worker caches our static assets - but only those assets that are included in our React App. This means that assets like Bootstrap, which w ...
分类:
系统相关 时间:
2018-12-28 22:12:01
阅读次数:
189
Node.js 10已经进入LTS时代!其应用场景已经从脚手架、辅助前端开发(如SSR、PWA等)扩展到API中间层、代理层及专业的后端开发。Node.js在企业Web开发领域也日渐成熟,无论是在API中间层,还是在微服务中都得到了非常好的落地。本书将通过Web开发框架Koa2,引领你进入Node.... ...
分类:
Web程序 时间:
2018-12-27 20:17:27
阅读次数:
247
人气爆棚!Google DevFest 2018广州国际嘉年华为什么这么火? 12月23日,“Google DevFest 2018 广州国际嘉年华”在广州·珠江琶醍媒棚举行。集合Google 、Linux基金会、世界银行、美国科学院、中科院、BAT等知名科技互联网公司和开源世界里优秀的人工智能、F ...
分类:
其他好文 时间:
2018-12-26 20:23:48
阅读次数:
182
调用接口地址:重要 http://xxxx/sites/pwa/_vti_bin/PSI/ProjectServer.svc Header 三个必要参数: 其中SOAPAction写死就行,如果是online就要用SharePointOnlineCredentials授权,Server版用Netwo ...
分类:
移动开发 时间:
2018-12-21 22:39:53
阅读次数:
256