2018年3月12日

APP内置react 应用与APP的交互问题

摘要: 一、内置的H5应用唤起(返回)app 可以用 intent url 来唤起,但要求 webview 实现 shouldOverrideUrlLoading() ,解析 uri,找到对应的 activity,然后启动。 二、系统自带返回键控制H5应用的内部跳转 Android/iOS代码里面监控返回键 阅读全文

posted @ 2018-03-12 17:08 叫我开开 阅读(573) 评论(0) 推荐(0) 编辑

导航