My code :
“this.appVersion.getVersionNumber().then(resp => {
alert(resp)
}).catch(err => alert(err))”
the triggered error on device android: "cordova_not_available"
all dependencies and imports made
My code :
“this.appVersion.getVersionNumber().then(resp => {
alert(resp)
}).catch(err => alert(err))”
the triggered error on device android: "cordova_not_available"
all dependencies and imports made