【安卓手机】
直接复制webview示例报错error: Unresolved reference: UniWebViewLoadEvent找不到。新建的就是uni-app x项目。

另外这样是白屏:
<template>
<view class="page-main">
<web-view id="web-view" src="https://www.baidu.com"></web-view>
</view>
</template>
【安卓手机】
直接复制webview示例报错error: Unresolved reference: UniWebViewLoadEvent找不到。新建的就是uni-app x项目。
另外这样是白屏:
<template>
<view class="page-main">
<web-view id="web-view" src="https://www.baidu.com"></web-view>
</view>
</template>