招财猫
招财猫
  • 发布:2023-11-29 18:15
  • 更新:2023-11-30 13:56
  • 阅读:105

nvue的web-view没有loaded和loading监听吗?

分类:nvue
<web-view v-else ref="webview" style="width: 100%;"  
                            :style="{'height':screenHeight -50 - 44 - 100}" :src="item.url"  
                            :webview-styles="webview_styles" @onPostMessage="message" @error="error" @loading="loading"  
                            @loaded="loaded">  
                        </web-view>

@error @loaded="loaded" @loading 都不会触发,相关的加载监听如何加?

2023-11-29 18:15 负责人:无 分享
已邀请:
招财猫

招财猫 (作者)

请问文档写了 app-nvue页面的web-view组件不能运行plus API ,但是没有写nvue下的webview这些监听该如何处理,这块是空白状态吗?

招财猫

招财猫 (作者)

请问是我在文档什么地方没发现么? 还是没人用这块,很奇怪

要回复问题请先登录注册