I have a Ionic 1 app using the cordova camera plugin. Everything works fine on iOS and many android versions. On an android 6 device, when the camera pops up, the activity is destroyed. The docs from the cordova camera plugin states that, in these cases the result will be sent via onResume event. I already got the result there but my app doesn’t resume to the screen I was, but restarts from the begining on splash.
Any way to restore the state to where the app was?