Ionic Serve SyntaxError: Unexpected end of JSON input
Thanks for pointing that out, I used choco to do the installation last year and I forgot about it . I managed to upgrade npm to the latest and reinstalled all the other packages. Its sorted now.
View ArticleHow to use "applicationWillTerminate" in Ionic
I think the equivalent in Cordova would be something like this: https://cordova.apache.org/docs/en/latest/cordova/events/events.html#pause
View ArticleCannot find symbol builder.setIsDesignedForFamilies(true) when use admob
Yes this is what I used now
View ArticleImagePicker Exif
getting same error which is maintioned above. Also please help with example how to use imagePickerEx plugin.
View ArticleCli upload - login hangs
Trying to upload my first project:ionic uploadTo continue, please login to your Ionic account.Email:email@email.comPassword: ********* Then that's it, nothing happens, been waiting over 10 minutes now...
View ArticleContent move up when focus input even not cover by the keyboard
my platform is android 25,a simple login page with ion-list in ion-content global packages: @ionic/cli-plugin-proxy : 1.3.1 @ionic/cli-utils : 1.4.0 Cordova CLI : 7.0.1 Ionic CLI : 3.4.0 local...
View ArticleIonic 2 and html5mode (google search console)
Hallo, simple question. Whenn I use this link http://weeklystyle.de/#/cdetail/487 in my browser it shows the correct site. When I test this in the google search console it semms the google is...
View ArticleIonic and HTML5 Canvas
Any one help me to solve this issue..I've been this error more than a day..Anyhelp thanks Canvas is not defined ionic When i try to add filters in the photo using CamanJS in the application it throws...
View ArticleUnable to run project after migration from ionic v2 to ionic v3
Pisix: ionic info global packages: @ionic/cli-utils : 1.4.0 Ionic CLI : 3.4.0 local packages: @ionic/app-scripts : 1.3.7 @ionic/cli-plugin-ionic-angular : 1.3.1 Ionic Framework : ionic-angular 3.4.2...
View ArticleUnable to run project after migration from ionic v2 to ionic v3
Have you tried deleting node_modules and running npm install?
View ArticleIos --prod build error in ionic 3
Ah, I see what you mean... It's for push notifications. Even so, I made a fresh project, copied over the package.json from the project I'm having the above issue with, ran an npm install and it...
View ArticleUnable to run project after migration from ionic v2 to ionic v3
Yes I did it but it did not change much, the error persists Capture d’écran 2017-06-24 à 17.26.37.png604x1102 81.9 KB
View ArticleUnable to run project after migration from ionic v2 to ionic v3
Do you somewhere import this module in your code?Does it actually exist in node_modules?
View ArticleUnable to run project after migration from ionic v2 to ionic v3
Yes yes it exists in the folder node_modules, and this module is not imported anywhere in my project, and it is an angular core module Capture d’écran 2017-06-22 à 07.26.08.png582x990 37.3 KB
View ArticleIonic View App iOS not downloading latest update
This seems like something they need to fix/address. Same thing happening to me two years and 3 months later.
View ArticleError: Requirements check failed for JDK 1.8 or greater
You also need to add your sdk "bin" folder to "PATH" environment variable. Example: Captura.PNG603x673 12.5 KB
View ArticlePost data ionic doesn't work
I did test in POSTMAN and work, but in my app dont workIn my page register newUser(user) { this.service.postData(user) .subscribe( data => console.log(data), err => console.log(err) ); } My...
View ArticlePost data ionic doesn't work
The request is not correct and the server responds with an error. Compare the requests exactly.
View ArticleDisable exit on Android back-button
Usually not, but 2 weeks later with no response for such a simple question, I think this is totally ok. This might help: https://ionicframework.com/docs/api/platform/Platform/#registerBackButtonAction...
View Article