Skip to content
#

Cordova

cordova logo

Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with an UI framework, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.

Here are 2,535 public repositories matching this topic...

capacitor
jskrepnek
jskrepnek commented Nov 14, 2018

If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.

My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.

For example:

Given the following hook:

<platform name="android">
    <hook type="after_prepare"

Created by Apache Software Foundation

Released January 11, 2013

Repository
apache/cordova
Website
cordova.apache.org
Wikipedia
Wikipedia

Related Topics

android electron ios macos mobile windows