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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to