中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
Web组件隐私模式下如何允许指定来源使用地理位置?
微信扫码分享
Web({ src: 'www.example.com', controller: this.controller, incognitoMode: true //隐私模式开启 }) // allowGeolocation第二个参数表示隐私模式(true)或非隐私模式(false)下,允许指定来源使用地理位置。 web_webview.GeolocationPermissions.allowGeolocation("file:///", true);