随笔分类 -  apicloud开发

摘要:在 index.html 的 apiready 中加上 第一种 : 可设置全屏 api.setFullScreen({ fullScreen: true }); 第二种:设置状态栏背景颜色 api.setStatusBarStyle({ style: 'dark', color: '#fff' }) 阅读全文
posted @ 2020-03-18 21:50 武卡卡 阅读(680) 评论(0) 推荐(0) 编辑
摘要:要将 api.addEventListener 放在最前面 , 减少受到其他事件的影响 apiready = function () { api.addEventListener({ name : 'close' }, function(ret, err) { 。。。 }); api.addEven 阅读全文
posted @ 2019-07-25 16:29 武卡卡 阅读(1198) 评论(0) 推荐(0) 编辑
摘要:<body> <label>Hello APP</label> <div id='sys-info'></div></body> <script type="text/javascript" src="../script/api.js"></script> <script type="text/ja 阅读全文
posted @ 2019-07-13 15:26 武卡卡 阅读(518) 评论(0) 推荐(0) 编辑

喜欢请打赏

扫描二维码打赏

支付宝打赏

点击右上角即可分享
微信分享提示