08 2018 档案

摘要:在 Page 中定义 onPullDownRefresh 处理函数,监听该页面用户下拉刷新事件。 例: "window": { "enablePullDownRefresh": true } 如果只需要在某个页面中下拉加载: 阅读全文

posted @ 2018-08-31 11:50 陈小鑫 阅读(240) 评论(0) 推荐(0)

摘要:<html><head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/></head><body><script> detectBrowser(); function detectBrowser() { var 阅读全文

posted @ 2018-08-27 14:45 陈小鑫 阅读(766) 评论(0) 推荐(0)

摘要:类似微信 双击 页面返回顶部功能,ionic3 中有一个 Content。 将 import { Content } from 'ionic-angular'; 放入想要实现此功能的 ts中。 实例化: @ViewChild(Content) content: Content; 方法: ionSel 阅读全文

posted @ 2018-08-14 15:05 陈小鑫 阅读(557) 评论(0) 推荐(0)

摘要:打开chrome浏览器,输入chrome://inspect/#devices,将安卓手机插入电脑上,打开手机设置 打开 开发者调试usb调试 ,网页上会出现 input 点击, 就会看见console 和 network 详情 阅读全文

posted @ 2018-08-09 15:43 陈小鑫 阅读(613) 评论(1) 推荐(0)

摘要:ionic3 框架开发app 在ios 9.0版本中 ReferenceError:Can't find variable:Intl 错误提示: 在index.html 文件中添加 <script src="https://cdn.polyfill.io/v2/polyfill.min.js?fea 阅读全文

posted @ 2018-08-09 15:37 陈小鑫 阅读(4687) 评论(0) 推荐(0)