• Taro.onUserCaptureScreen(CALLBACK)
    • 示例代码
    • API支持度

    Taro.onUserCaptureScreen(CALLBACK)

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

    示例代码

    1. import Taro from '@tarojs/taro'
    2. Taro.onUserCaptureScreen(() => {
    3. console.log('用户截屏了')
    4. })

    API支持度

    API微信小程序H5React Native
    Taro.onUserCaptureScreen✔️