【发布时间】:2018-09-23 05:09:49
【问题描述】:
当我让我的应用程序在后台运行时,Cordova 截图插件似乎只接受应用内截图,我想让我的应用程序可以在任何应用程序(外部或内部)中进行截图,就像什么手机用户看到
当前代码:
navigator.screenshot.URI(function(error,response){
if(error){
console.error(error);
return;
}
console.log(response.URI)
}, 100);
【问题讨论】:
-
使用IDE的屏幕录像机...你“想要”的东西是不可能的。
标签: javascript java android cordova