uniapp如何使用 web-view 与网页互相通信-牛翰网

uniapp如何使用 web-view 与网页互相通信

在APP中使用 this.$scope.$getAppWebview() 获取webview对象实例通过evalJS可以为这个webview注入一段js,从而去调用网页中的对象 <template> <view> <web-view ref='webview' s...