Folder /www
@webenginedesign wrote: Hi! I create a new app in my account Ionic creator. Then in the command I make this commands: sudo npm install -g cordova ionic@latest ionic start --pro-id-numberofproject in...
View ArticleIonic serve is not showing any typescript errors on the console
@scottieslg wrote: When I run ionic serve from my command prompt, and I have a typescript error, there is no indication from the build that anything is wrong. I would expect behavior similar to ng...
View Article"Registration" for an ionic3 app using phonegap-push-plugin
@IonicZb wrote: Hi, I developed an ionic3 app that uses phonegap-push-plugin in order to recive push-notifications. Does anyone knows how many time do I have to call “registration” like this...
View ArticleIonic Offline App with a system update via Wordpress
@EvenMind wrote: Hi, I would like to create an ionic 3 app that can work offline. Basiclly I want it to get posts from a Wordpress website via WP-API when we click on the option “Update the app” (a...
View ArticleCannot read property 'then' of null in Iphone 5S
@luizricardoso wrote: When I run my app through iPhone 5S Safari it presents the error below. My app is hosted on Firebase Hosting, Chrome Desktop browser is working perfectly. TypeError: Cannot read...
View ArticleHow to access Google calender in ionic
@deepakw wrote: how to access google calender from ionic (android platform) because quickstart api is not there for ionic Posts: 1 Participants: 1 Read full topic
View ArticleError :Uncaught(in promise): plugin_not_installed (image picker plugin)
@umeshionic1234 wrote: am using image picker plugin for selecting multiple images from gallery …i already install it but when I fired npm install --save imagepicker command then it shows warning…and...
View ArticleMaterial.angular with Ionic
@Vinodhumm wrote: Hi, how to use material.angualr.io datepicker with Ionic ? here is what I did, npm install --save @angular/material @angular/cdk npm install --save @angular/animations import...
View ArticleError en Ionic
@Jissel wrote: $ git push ionic master git@git.ionicjs.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the...
View ArticleError :cordova not available and plugin_not _installed
@umeshionic1234 wrote: after running ionic serve command for image picker plugin program on ionic -dev app it says uncaught promise : plugin_not_install and cordova not availabe…but i already added...
View ArticleIon View Issue
@DeepakVijayan wrote: Hello Guys. I have 4 tabs Live, Summary, Results, Start List These 4 tabs are inside an abstract view called Race. All 4 tab ion-views are cached. Can someone please take a look...
View ArticleGit push ionic master failing on windows
@toshendra wrote: C:\Users\Appdojo\Ionic Apps\InAppTest> git push ionic master error: src refspec master does not match any. error: failed to push some refs to...
View ArticleAdding markers from Json file to Google Maps
@perenyitamas wrote: Hey! Trying to show all the locations from my json file on google maps with ionic native google maps plugin: I have a seperate provider containing the data, i would like to use...
View ArticleApp does not bootstrap with --minifyjs on ios 10
@amusic wrote: It appears that my app does not bootstrap (and stays forever in the splash screen) whenever I build it with the --prod flag and try to run it on an iPhone with ios <10. It works...
View ArticleMy ionic framework app builds and says package will be emailed but I don't...
@jaapzwart wrote: Hi there. I can export my app to a package and it builds and says package will be sent to you email. But I don’t get the email. Whats happening? Please help. Thanks in advance....
View ArticleRepository error
@Xavez10 wrote: $ git push ionic master fatal: App doesn’t exist or you do not have access to this repository. fatal: Could not read from remote repository. Please make sure you have the correct...
View ArticleSelect dynamically created - get value
@barreola wrote: I have the following code: <ion-list> <ion-item> <ion-select placeholder="País..." [formControl]="authForm.controls['country_code']"> <ion-option *ngFor="let...
View ArticleGet value of select dynamically created
@barreola wrote: I have the following code: <ion-list> <ion-item> <ion-select placeholder="País..." [formControl]="authForm.controls['country_code']"> <ion-option *ngFor="let...
View ArticleCORS Issue Ionic View App
@Abhisht12 wrote: Hello Everyone, I was looking at the Ionic View App and the CORS issue seems to be one that should be pretty high up on the list! I have read about solutions for handling CORS...
View ArticleManual live update
@myspringday wrote: Hi I want users decide if downloading the new version or not with prompt alert. If I use method ‘auto’ or ‘background’ in prod mode, it will not ask it and just download. And if I...
View Article