Mr_LTao
Mr_LTao
  • 发布:2022-10-20 15:16
  • 更新:2022-10-20 15:16
  • 阅读:255

uni.webview.js支持交互由vue开发的项目打包后的h5吗

分类:uni-app
<web-view class="web" src="http://192.168.3.15/test1/#/"></web-view>

http://192.168.3.15/test1/#/为本地vue项目(vue3)
在引入uni.webview.js后onMounted内

document.addEventListener('UniAppJSBridgeReady', function () {  
      uniWebView.postMessage({  
        data: {  
          action: 'message'  
        }  
      });  
      uniWebView.getEnv(function (res: any) {  
        console.log('当前环境:' + JSON.stringify(res));  
      });  
    });

触发不了

2022-10-20 15:16 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复