Adding missing reference to cordova.js to ensure app works in DevApp

This commit is contained in:
Matt Netkow
2019-01-31 10:58:34 -06:00
parent 3bdf5412b6
commit b7811c5765
+4
View File
@@ -16,6 +16,10 @@
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- NOTE: To run this app on Ionic DevApp, a reference to cordova.js is needed.
Normally, this is automatically added upon executing 'ionic cordova build' commands. -->
<script src="cordova.js"></script>
</head>
<body>