From a81a7a8eb108637a6746088e73a64202b57ff43b Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 22 Nov 2024 15:48:16 +0800 Subject: [PATCH] feat: setusercapturescreen --- docs/api/capture-screen.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/api/capture-screen.md b/docs/api/capture-screen.md index 7bd62ef6..aadd4a44 100644 --- a/docs/api/capture-screen.md +++ b/docs/api/capture-screen.md @@ -26,5 +26,26 @@ + +## uni.setUserCaptureScreen(options) @setusercapturescreen + + + + + + + + + + + + + + + + + + + ## tips - 本文的截屏指手机自带的截屏事件的监听和取消监听,由用户操作手机按键触发。App平台如需通过代码对view截屏,另见API [takeSnapshot](../dom/unielement.md#takesnapshot) -- GitLab