breautek commented on issue #628:
URL: 
https://github.com/apache/cordova-plugin-file/issues/628#issuecomment-2444299178

   This would be specific to iOS but I've been told that since the addition of 
schemes on iOS there is a `WKWebKit.convertFilePath` API available in JS.
   
   It's not ideal since you would have to do a platform check but you could try 
it as a work around:
   
   ```js
   let myImage = document.getElementById('myImage');
   myImage.src = WKWebKit.convertFilePath(theFilePath);
   ```
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

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