uni.onUserCaptureScreen(CALLBACK)

监听用户主动截屏事件,用户使用系统截屏按键截屏时触发此事件。

平台差异说明

5+AppH5微信小程序支付宝小程序百度小程序头条小程序
xxx

CALLBACK返回参数:

代码示例

  1. uni.onUserCaptureScreen(function() {
  2. console.log('用户截屏了')
  3. });

发现错误?想参与编辑?在 GitHub 上编辑此页面!