You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/06 15:10:46 UTC

[GitHub] [cordova-android] breautek edited a comment on issue #1316: Failed to load assets image with Version > 10

breautek edited a comment on issue #1316:
URL: https://github.com/apache/cordova-android/issues/1316#issuecomment-913716498


   Thanks for confirming, i think my suspicions are accurate.
   
   When using the web asset loader, the only thing that understands the https://localhost url is the webview itself. Anything external won't be able to use this url.
   
   > I think at the end of the day the plugin needs to update this
   
   I think so too, but I'm not quite sure what the solution would be. Native could probably parse the url and transform it to a regular file:// url. I think the cordova plugin class could also provide this url transform implementation. I think this is what @erisu was hinting but wasn't quite recommending. Obviously the problem is plugins will need to be updated, but I'm not sure if there is a way around that.
   
   Do you have a similar issue with iOS? I have one app that uses gmaps & custom markers, but it hasn't been updated. If necessarily I can find time to get the latest platforms installed to confirm


-- 
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-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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