wingo7 opened a new issue #681: URL: https://github.com/apache/cordova-plugin-camera/issues/681
# Bug Report The plugin doesn't show image or video after restarting the app with WKWebView ## Problem After restarting the app video file or image file is not available anymore with WKWebView. After choosing an image or video from the gallery it works fine, but if I restart the app image or video is not available anymore by the path received before. This issue reminds me #506 issue, with the only the difference WKWebView instead of UIWebView. ### What is expected to happen? I expect to see an image or video after restarting the app as it was with UIWebView ### What does actually happen? I updated my Cordova ios version to 5.1.1 to use WKWebView as described here: https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html I installed the latest version of this plugin, that doesn't solve the problem ## Information cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.9.2 ionic (Ionic CLI) : 3.9.2 global packages: Cordova CLI : not installed local packages: @ionic/app-scripts : 3.1.8 Cordova Platforms : none Ionic Framework : ionic-angular 3.9.1 System: Android SDK Tools : 26.1.1 ios-deploy : 1.9.4 Node : v8.11.3 npm : 5.6.0 OS : macOS Xcode : Xcode 12.1 Build version 12A7403 ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device ios 14.1, cordova-ios 5.1.1 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [ ] I updated all Cordova tooling to the most recent version - [x] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
