随笔分类 - ionic
摘要:首先需要根据使用的场景在官网申请Key 和密钥,本次申请的是 Web 端 ( JSAPI ) 类型 index.html中引入高德地图的js 在typings.d.ts中声明高德地图变量AMap 地图使用 ts html 查询天气
阅读全文
摘要:针对使用Capacitor打包的可在项目根目录下找到capacitor.config.ts文件 在内容增加 server: { 'cleartext': true } 如下: 再重新打包就可以了 针对没有此文件的解决方式参考另外的博客https://www.cnblogs.com/sugarwxx/
阅读全文
摘要:前景: 打包出现barcode-scanner的异常 随后删除 打包无异常,但是手机调用扫描插件出现plugin_not_installed异常 随后又加上面去除的插件 根据这边博客解决打包问题https://www.cnblogs.com/sugarwxx/p/16919021.html 随后删除
阅读全文
摘要:html <!-- 瀑布流方式--> <div id="container" [ngClass]="list.length>0?'show':'hide'"> <div class="box" *ngFor="let item of list" (click)="goDetail(item)"> <
阅读全文

浙公网安备 33010602011771号