fabrizio03 opened a new issue #196: Cordova apk returning : the server responded with a non-JavaScript MIME type of "" URL: https://github.com/apache/cordova/issues/196 I am new with cordova and hybrid apps but I have been trying to fix this problem for a lot. I'm building an apk using cordova, when I try it as html/css/js I use a simple python script to start a server, but, on android, I get this error when I try to import a js module from html: `<script type="module">import * as assistantinhelper from './__target__/assistantin.js'; window.assistantinhelper = assistantinhelper;</script>` I should have installed the latest version of cordova, I'm trying my app on a galaxy A3 2017 I am also using Transcrypt to 'translate' some python scripts to javascript, I will add the .js file later, but I do not think that the issue is caused by it, but maybe by an incorrect configuration of cordova
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
