做网站能带来什么问题,网站集约建设,有没有专门做教育培训的网站,外贸单证流程禁止截屏#xff08;应用内#xff0c;保护隐私#xff09; Ba-ScreenShot
简介#xff08;下载地址#xff09;
Ba-ScreenShot 是一款uniapp禁止应用内截屏的插件#xff0c;保护隐私#xff0c;支持禁止截屏、放开截屏
截图展示 也可关注博客#xff0c;实时更新最…禁止截屏应用内保护隐私 Ba-ScreenShot
简介下载地址
Ba-ScreenShot 是一款uniapp禁止应用内截屏的插件保护隐私支持禁止截屏、放开截屏
截图展示 也可关注博客实时更新最新插件
uniapp 常用原生插件大全 使用方法
在 script 中引入组件 const screenShot uni.requireNativePlugin(Ba-ScreenShot)在 script 中调用 methods: {onDisable() { //禁止截屏screenShot.disable((res) {console.log(JSON.stringify(res))});},onEnable() { //可以截屏screenShot.enable((res) {console.log(JSON.stringify(res))});},}