thaarok / cordova-plugin-kiosk

Cordova plugin to use Cordova application "in kiosk mode" and as Android launcher
Apache License 2.0
142 stars 101 forks source link

Doesn't build under PhoneGap Build #44

Closed jfi closed 6 years ago

jfi commented 6 years ago

I've created a new PhoneGap application and ran phonegap cordova plugin add...

This adds the following to my config.xml:

<plugin name="cordova-plugin-kiosk" spec="https://github.com/hkalina/cordova-plugin-kiosk.git" />

If you then try and build the application on PhoneGap Build using phonegap remote run android, you get:

(node:11295) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
   [error] error occured while building the android app
jfi commented 6 years ago

Thank you @hkalina! :)