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