-
I try to build my app which is use your SpeechRecognition plugin under iOS in Ionic cloud and get this error
"In file included from /Users/package/workspace/apps-25c2fea9-82/cordova/platforms/ios/C…
-
Seems a minimal `.gitattributes` might not be such a good idea:
```
* text eol=lf
```
This can also cause edits to clearly binary files, otherwise as expected git is not smart enough to know t…
-
```
$ ionic cordova build android --debug
......
ERROR in src/app/services/googlefit.service.ts(39,7): error TS2322: Type 'number' is not assignable to type 'string'.
```
ionic-cli 6.13.1
cordov…
-
I have
```
```
and I'm trying to call `navigator.splashscreen.hide()` from my remote code. Should that work with remote injection? It seems like `navigator.splashscreen` is undefined when using t…
-
my android app works well in ios does not pass the line of code (IONIC 1)
In android the code works perfect, but in ios it does not work. Following up on the code, I find that it does not progress…
-
When checking for a new version, the deploy plugin never finds an update, but apparently gets an error while parsing the response. In the logcat, these are the only messages about the update:
> ION…
-
I can add the plugin fine. but if i remove android platform, then add it back again, i get the following...
`Failed to install 'cordova-plugin-kiosk': Error: There was a conflict trying to modify a…
-
My Android Ionic app receives the same push notifications multiple times in random intervals (mostly around 3-5 minutes) for hours. But its not about the callback onNotification() being triggered mult…
-
I don't know if is an issue or if I'm doing something wrong, but I'm getting "TesseractPlugin is not defined" when I try to call `TesseractPlugin.loadLanguage` or `TesseractPlugin.recognizeText`.
T…
-
Well,
I have this issue using Meteor + Meteor-Vulcanize to build a app for Android using OSX (https://github.com/meteor/meteor/issues/5089)
I'm trying to create a Polymer Project, my build for web w…