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 2020/12/23 08:27:18 UTC

[GitHub] [cordova-plugin-file] imselvakumar commented on pull request #358: fix(ios) issue #349 - navigate to cdvfile with wkwebview

imselvakumar commented on pull request #358:
URL: https://github.com/apache/cordova-plugin-file/pull/358#issuecomment-750005757


   @LonestarX91 Have you tired using this ionic plugin "cordova-plugin-ionic-webview".  I've modified the url to match plugin recommendation.
   
   url = "ionic://localhost/cordova.js";
   var el = document.createElement('script');
   el.id = "123";
   el.onerror = function () {
   	if (el.onerror) show_error("Cordova js not found")
   }
   el.onload = function () {}
   el.src = url;
   document.body.appendChild(el);
   
   Can you give try once?


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



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