Android Pause/Resume Events for old Android Devices using Cordova Camera

So I am currently using Cordova Camera in my Ionic application. Now this has been working well for all Android Devices I have been able to test with. Now I was able to test a Android 4.4.2 device today and it is getting the ‘Camera Cancelled’ error callback for Cordova Camera. I think this might be due to the device possibly not managing RAM well and pausing the Ionic App while it opens the Camera App, resulting in no response when it is finished. Could this be true? Has anyone had these issues before?

I really need to solve this soon for our customers.

Thanks