Adding missing reference to cordova.js to ensure app works in DevApp
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user