Can't launch on ios platform
I have been successfully test on android device but totally can’t launch app in ios emulator here is the XCode log when launch app Terminating app due to uncaught exception...
View ArticleHelp me sqllite
i have error ERROR TypeError: Cannot read property 'executeSql' of undefined at DatabaseProvider.webpackJsonp.148.DatabaseProvider.saveData (database.ts:64) at SafeSubscriber._next (domain.ts:30) at...
View ArticleApplication structure
I am looking into a typical Ionic project structure. It’s based on an idea that every page has its own folder where all the page parts (specifically components) reside. In reality an application might...
View ArticleHow to use font awesome v5 in ionic 3?
I found these instructions for the older version of font awesome but it doesnt work with fa v5 https://charlouze.github.io/ionic/2017/05/31/Ionic-3-and-Font-Awesome.html
View ArticleHow to use font awesome v5 in ionic 3?
This is the key page: https://fontawesome.com/how-to-use/use-with-node-js Install with npm, and then use a deep import to get tree shaking.
View ArticleCant log in in ionic account
@jamessharvey sir i tried it, but still the same, and i have linked it already: image.png984x276 15.7 KB
View ArticleCant log in in ionic account
I think you may want to check your SSH file. Last time, I had a similar issue. I deleted .ssh folder and created a new SSH file… then everything worked fine.
View ArticleValidate AlertController input field
Please let me know what is the meaning of User in the handler field. What is this validation method? I’m new to ionic. presentPrompt() { let alert = this.alertCtrl.create({ title: 'Login', inputs: [ {...
View ArticleNavbar ion-title align center for android
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleHiding an input form
Hi, How can I hide an input form? I’ve tried to do it using ng-show directive, but it didn’t work. For example, in the picture below, the idea is to show the input form (“Discount %”) only when the...
View ArticleMultiple selection with form set default value
Hi, I have a list of pets for multi-selection. But in edit mode of form the elements is not coming selected, and then the form shows invalid. My form: this.eventForm = fb.group({ ... 'pets':...
View ArticleHiding an input form
You can use radio button for same <div radio-group [(ngModel)]="haveCoupon" formControlName="havecoupon" name="havecoupon"> <ion-list-header> Do You Have Coupon ? </ion-list-header>...
View ArticleWooCommerce variable products
Hi there… I need to correctly display my woocommerce variable products on my app. I’m a bit stuck on this… I created a quite simple algorithm that works fine when the product has only one variation....
View ArticleApplication structure
Hey@zolotoy Incase of ionic angular project structure,there will be seperate folder for pages,components,providers etc.When you generate a new page folder will be generates with 4 files
View ArticleIonic app changes are not working
Hi Guys, Please help me out. I got already existed project with ionic framework 1.3.1 and Angular 2.So installed latest ionic CLI 3.19.1. When I run ionic Cordova build iOS it says warning like “Not...
View ArticleCORS issue on real device
Hello, I’ve added proxy in ionic.config.json and also checked platform and based on my platform am changing API url but seems CORS issue is not fixed for me. ionic.config.json { "name": "eppm",...
View ArticleShow/Hide LoadingController while making network calls
I would like to present LoadingController before making a network calls and dismiss them after the call is complete. I have tried using the below code but am getting the error as this.loadingProgress...
View ArticleThis is my console ,i need to display all these item onto screen, what should...
Capture1.PNG1186x211 6 KB this is my console ,i need to display all these item onto screen, what should i do,please help
View ArticleCreate custom NPM Package. its not work in ionic project
Here I create one NPM custom package for requirements it’s successfully installed on my ionic project. and this is the first time in my experience I have build NPM custom package. My issue is when I...
View Article