Colin Bau created CB-10873:
------------------------------
Summary: "cordova-plugin-camera" 2.1.1 seem cause the app shut
down after use the catupre photo
Key: CB-10873
URL: https://issues.apache.org/jira/browse/CB-10873
Project: Apache Cordova
Issue Type: Bug
Components: iOS, Plugin Camera, Plugin WKWebViewEngine
Affects Versions: 2.1.1
Environment: Cordova Cli-6.0
Cordova-iOS 4.1.0
cordova-plugin-camera 2.1.1
cordova-plugin-wkwebview-engine 1.0.2
ipad mini iOS 9.2.1
Reporter: Colin Bau
this is my full test code
=====
navigator.camera.getPicture(cameraSuccess, cameraError, null);
function cameraSuccess() { alert("Camera success.") }
function cameraError(message) { alert('Failed because: ' + message); }
=====
step1,I use "navigator.camera.getPicture"
step2,it will appear a camera interface and I press the take photo button
step3,click the "use the photo" button
step4,it will back to my original app,but after 1-2 seconds,shut down
immediately
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]