#cordova-plugin-android-home在后台发送应用以最小化该应用,并且该应用仍在为Android运行。
基于。 #安装cordova插件添加
#用法
navigator.home.home(succesCallback, errorCallback)
succesCallback :成功完成home时调用的回调。 (功能)
errorCallback :错误发生时调用的回调。 (功能)
#例子
navigator.home.home(function(){
console.info("Successfully launched home intent");
}, function(){
console.error("Error launching home intent");
});
#支持平台
安卓
2022-11-21 19:43:35
4KB
Java
1