This repository was archived by the owner on Jun 29, 2021. It is now read-only.
This repository was archived by the owner on Jun 29, 2021. It is now read-only.
Cordova boilerplate does not play well with external scripts #148
Open
Description
Migrated over from meteor/meteor#8876.
(originally reported by @ramijarrar)
The cordova template in the boilerplate-generator package currently loads any user-specified <head>
after application JS code. This creates an incompatibility with external scripts that are expected on startup e.g for Stripe, Twilio, etc.
Is there a reason why we cannot load them first, or even move the application JS to <body>
(which has already been done for the browser template)?