jcesarmobile commented on issue #622:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/622#issuecomment-659357799


   If using a custom scheme, the WebView won't allow to load file urls in 
img/video tags (nor fetch them, nor anything).
   cordova-ios added a helper method to convert file urls to urls that have the 
scheme and the WebView can understand.
   
   `window.WkWebView.convertFilePath('your/file/path');`
   
   I've created an issue in cordova-ios to document it 
https://github.com/apache/cordova-ios/issues/947


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to