2021年1月19日星期二

Cordova none of the scripts are being called

So this is my index.html:

    <body class="np">          <script type="text/javascript" src="/cordova.js"></script>          <script type="text/javascript" src="/js/jquery.min.js"></script>          <script type="text/javascript" src="/js/bootstrap.min.js"></script>          <script type="text/javascript" src="/js/angular.min.js"></script>          <script type="text/javascript" src="/js/angularjs-sanitize.min.js"></script>          <script type="text/javascript" src="/js/db.js"></script>            <div class="container-fluid" id="pageContainer">           </div>                    <script type="text/javascript" src="/js/pages/index.js"></script>      </body>  

My files hierarchy is like this:

enter image description here

My starting html page is set in config.xml:

<content src="views/index.html" />  

None of my scripts are being called. Why is that?

https://stackoverflow.com/questions/65757446/cordova-none-of-the-scripts-are-being-called January 17, 2021 at 12:51PM

没有评论:

发表评论