Justin
Justin

Reputation: 3039

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? 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?

Upvotes: 3

Views: 2230

Answers (1)

Related Questions