一门APP开发教程
标题:
通过JS来控制APP截屏功能
[打印本页]
作者:
一门APP@APP截屏
时间:
2019-7-24 22:46
标题:
通过JS来控制APP截屏功能
captureWebPage 截屏网页快照
截屏当前浏览的网页快照,保存到相册。
jsBridge.captureWebPage({
fullPage: false,
share : true
});
/*
参数说明:
{
fullPage: //是否整页截屏(滚屏截图,长屏),布尔类型
share : //截屏后是否弹出分享,布尔类型
}
*/
复制代码
(, 下载次数: 197)
上传
点击文件名下载附件
captureWebPage 截屏网页快照(整页截屏,长图)
jsBridge.captureWebPage({
fullPage: true,
share : true
});
复制代码
更多技巧,请查看demo链接!
欢迎光临 一门APP开发教程 (https://bbs.yimenapp.com/)
Powered by Discuz! X3.4