-
Good day ! Could anyone suggest please .. Ioinc 5 app crashed on iOS platform when I am downloaded a lot of files from server by angular HttpRequest ... The mobile app is working fine on Android 9,1…
-
### Expected Behaviour
The result of this method returns object 'registration'
```
pushObject.on('registration')
.subscribe((registration: any)
```
And being able to retrieve APNS token …
-
I really appreciate the work of the Cordova community and I often use Cordova plugins in my Ionic apps.
I've had the following problem with the cordova-plugin-geolocation plugin:
The speed of the de…
-
I am using ionic and this plugin and I am able to add the plugin fine using
`cordova plugin add cordova-plugin-jc-googledrive --variable IOS_REVERSED_CLIENT_ID=XXXXX --variable IOS_CLIENT_ID=XXXXXX…
-
在cordova 8.0环境下,cordova plugin add cordova-plugin-fastrde-mqtt,依赖的plugins 版本太旧了,和新版本冲突。
Failed to install 'cordova-plugin-fastrde-mqtt': Error: ENOENT: no such file or directory, open 'D:\2020\666\my…
-
### Expected Behaviour
data.addtionalData.coldstart should be false
### Actual Behaviour
data.addtionalData.coldstart is coming as true
### Reproduce Scenario (including but not limited to)
A…
-
I tried to install the plugin and I saw the warning that the plugin doesn't support my android version
Plugin doesn't support this project's cordova-android version. cordova-android: 8.0.0, failed ve…
-
Given the following targeted SDK and Platform:
```
cordova platform add android@6.1.0
Adding android project...
Creating Cordova project for the Android platform:
Path: platforms/android
Act…
-
Hello,
I am building a mobile app using Cordova. It was compiling perfectly ok for a few dozens builds, no problem whatsoever.
Today I tried to compile my app again and all of a sudden, it fails d…
-
Hi
The plugin is working perfectly when running:
```
ionic cordova run android --device
```
To deploy to a device from my computer.
However, if we run:
```
ionic cordova build --debug …