简体   繁体   English

防止Android Ionic App重新加载简历

[英]Prevent Android Ionic App from Reloading on Resume

I have an ionic app running on android that reloads everytime I put the app into the background and resume it? 我有一个在Android上运行的离子应用程序,每当我将应用程序放入后台并恢复它时重新加载? The reload is causing issues with some bluetooth devices I'm interacting with. 重新加载导致我正在与之交互的一些蓝牙设备出现问题。

I know I can listen for the resume here, but not quite sure what I need to put in there to prevent the reload. 我知道我可以在这里听简历,但不太清楚我需要放在那里以防止重新加载。

$ionicPlatform.on('resume', function(){
...
})

What can I do to prevent app reload on resume? 我该怎么做才能阻止简历中的应用重新加载?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM