Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
-
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.1my config.xml have these lines
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="iosPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,root" />
<preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />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 my config.xml have these lines <preference name="AndroidPersistentFileLocation" value="Compatibility" /> <preference name="iosPersistentFileLocation" value="Compatibility" /> <preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,root" /> <preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
Description
this is my full test code
=====
navigator.camera.getPicture(cameraSuccess, cameraError, null);
function cameraSuccess()
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
Android have no this problem,and it will trigger the "cameraSuccess" callback
Attachments
Issue Links
- relates to
-
CB-11084 Implement an Appium test for CB-10873
- Closed