Skip to content
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
@hwillson

Description

@hwillson

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)?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions