码迷,mamicode.com
首页 >  
搜索关键字:pwa    ( 231个结果
[PWA] Add Push Notifications to a PWA with React in Chrome and on Android
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
[PWA] Access the Camera in a PWA built with React
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
[PWA] Customize the Splash Screen of a PWA built with create-react-app
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
[PWA] Disable Text Selection and Touch Callouts in a PWA on iOS
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
[PWA] Show an Error when a POST or DELETE Fails in an Offline PWA
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
[PWA] Cache JSON Data in a React PWA with Workbox, and Display it while Offline
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
[PWA] Cache Third Party Resources from a CDN in a React PWA
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
iKcamp新书上市《Koa与Node.js开发实战》
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广州国际嘉年华为什么这么火?
人气爆棚!Google DevFest 2018广州国际嘉年华为什么这么火? 12月23日,“Google DevFest 2018 广州国际嘉年华”在广州·珠江琶醍媒棚举行。集合Google 、Linux基金会、世界银行、美国科学院、中科院、BAT等知名科技互联网公司和开源世界里优秀的人工智能、F ...
分类:其他好文   时间:2018-12-26 20:23:48    阅读次数:182
project online get approvals task data 获取审批待办任务接口
调用接口地址:重要 http://xxxx/sites/pwa/_vti_bin/PSI/ProjectServer.svc Header 三个必要参数: 其中SOAPAction写死就行,如果是online就要用SharePointOnlineCredentials授权,Server版用Netwo ...
分类:移动开发   时间:2018-12-21 22:39:53    阅读次数:256
231条   上一页 1 ... 7 8 9 10 11 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!