摘要: 应该还是第二次获取activity的问题,参考 https://blog.csdn.net/u013600907/article/details/106207880 https://www.cnblogs.com/nightfallsad/p/12730771.html 阅读全文
posted @ 2020-06-23 22:49 nightfallsad 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 这样解决了webview能打开GeneratedPluginRegistrant.registerWith(FlutterBoost.instance().engineProvider()); 因为使用的boost分支用的v1的注册方式,所以需要手动重新注册下 阅读全文
posted @ 2020-06-23 22:48 nightfallsad 阅读(1614) 评论(0) 推荐(0) 编辑
摘要: index.html已经加入<script src="https://webapi.amap.com/maps?v=1.4.15&key=yourkey"></script> 在使用amap的js里import时编译报错import AMap from 'AMap' 1、可以直接暴力修改react 阅读全文
posted @ 2020-06-23 10:22 nightfallsad 阅读(2773) 评论(0) 推荐(0) 编辑