HarmonyOS WebView的this.controller的getCustomUserAgent和setCustomUserAgent调用的时机

HarmonyOS WebView的this.controller的getCustomUserAgent和setCustomUserAgent调用的时机。

HarmonyOS
3天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
zxjiu

调用时机在Web组件的onControllerAttached 方法调用。

Web({ src:"xhuawei.com", controller: this.controller }) 
  .onControllerAttached(() => { 
    this.controller.setCustomUserAgent(this.controller.getUserAgent() + "Android/IOS"); 
  })
分享
微博
QQ
微信
回复
3天前
相关问题
HarmonyOS js调用webview方法
286浏览 • 1回复 待解决
HarmonyOS如何自定义组件Controller
140浏览 • 1回复 待解决
多个xcompnent调用init时机
261浏览 • 1回复 待解决
webviewoninterceptrequest中调用异步操作
1907浏览 • 1回复 待解决
鸿蒙webview调用摄像头麦克风
2073浏览 • 0回复 待解决