You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2021. It is now read-only.
I added cordova plugin using:
cca plugin add org.apache.cordova.device
and then invoked:
cca push --watch --target=my_ip
Unfortunately, device variable is not defined.
However, when I invoke:
cca run
Then, the app is installed on my phone and I can get access to the device variable.
Do you know why this plugin is not attached when invoking cca push?
I am sure that it is possible somehow to attach this plugin, because other plugins are attached by default. Unfortunately, I do not know how to do that.