The app crashes immediately after taking a photo. (ANDROID) #590
Replies: 2 comments
-
|
If it's a crash then we will need the stacktrace found in android's logcat. If it's an actual crash -- then the discussion cannot continue without the stacktrace. But more than likely it's just the activity (android's term for your app's UI) is closing to ease device memory pressure. This can happen while your app is in the background, as is the case when the camera is active. If the OS kills your app's activity, when the user moves back to your app after they are done using the camera, your app will reload from scratch -- but the camera's response will be attached to the So if you're not using the |
Beta Was this translation helpful? Give feedback.
-
|
I need to access this mobile phone; I will be in touch with the owner soon and will perform the debugging. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @breautek !!
I hope you're doing well.
I need a help !!
Only one Android version (among several) causes this issue. I have to open the application again !!
I am using the latest versions of the Cordova and camera plugins.
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions