tomayac’s avatartomayac’s Twitter Archive—№ 17,279

  1. …in reply to @kennethrohde
    @kennethrohde @_zouhir Mini apps (web.dev/mini-apps/) commonly have a way to detect when the user took a screenshot, e.g., here’s WeChat’s: developers.weixin.qq.com/miniprogram/en/dev/api/device/screen/wx.onUserCaptureScreen.html. I haven’t looked at the callback parameter, not sure if it allows the mini app to prevent the screenshot or if it’s purely reporting.