[Ionic2 Tutorial] Tabs with custom active/inactive Icons
Really awesome works like charm… THAAAAAAAAAAAAAAAAAAAAAAAAAAAANKSSSSSSSSSSSSSSSSS
View ArticleQRScanner camera preview is not removed
Exactly my theory as well. There is a destroy function documented within the plugin, but I have been unable to access it from within my application. The following is mentioned: The show and hide...
View ArticleProblem installing / updating ionic
Hi everyone, I had previously ionic 2 installed on my computer, and tested some mobile developpment. Today, I want to update ionic and cordova, because I didn’t use ionic since 3 month That’s the step...
View ArticleHow to get corova to load config.xml from subdirectory
Sure, the url is https://qrsnack.com/storebr . It’s an Apha app. I’m just experimenting with actual deployment, and I’m not 100% sure cordova will be in the final version, but it still seems that...
View ArticleIonic 3.5.3 Angular lifecycle hooks declared but not used lint errors
on the same ‘ignoring’ strategy…
View ArticleNot abel to debug TS file in ionic 2
HI Team, I am not able to debug typescript file ,when i used ionic serve on a command line u can see it but when it is connected to my device it is not visible. Screen Shot 2017-09-13 at 3.40.44...
View ArticleConvert string to executable code
hello guys i want use eval on ionic actions but not working exactly # alert sample something(){ let string1="alert('test message')" eval(string1) } # nav sample...
View ArticleHow to get value from ng module
I want to do implement edit profile functionality. i’m showing the value into the text box to the user for edit. Like This <ion-label floating>Name</ion-label> <ion-input type="text"...
View ArticleCSS in ionic2
# custom css only for one page ( like home page ) # path => src/pages/home/home.scss page-home{ # do something } # custom css for all page # path => src/app/app.scss .some-class{ # code } #...
View ArticleiPhone X and Ionic?
In the iPhone X Simulator using Xcode 9 after building iOS with Ionic there are large gaps top and bottom. It reminds me of running apps on the iPhone 5 when the screen became vertically larger, you’d...
View ArticleIonic array declaration facing issue
Kindly do this. export class HomePage { item:any; //define your item here; constructor(public navCtrl: NavController,private storage: Storage, private sqlite: SQLite) {} function1(){ this.item = []; } }
View ArticleHow to get value from ng module
you most use change event like this <ion-item> <ion-label fixed>username:</ion-label> <ion-input type="text" [(ngModel)]='username' (change)='onChange($event.target.value)'>...
View ArticleBuild and sign for distribution
Xcode 9 released, and this bug again present, so looks like problem back. Stay on 8.3.3 when 9 released, some not correct.
View ArticleQRScanner camera preview is not removed
We are talking about https://ionicframework.com/docs/native/qr-scanner/ and https://github.com/bitpay/cordova-plugin-qrscanner, right? destroy doesn’t seem to be implemented in the Ionic Native...
View ArticleCustom click events inside button ion-item
Hi. I’m trying to add click events to elements of my button ion item for example: HTML file <button ion-item (click)="mainclick()"> <ion-label> <div (click)="secondaryClick($event)">...
View ArticleiPhone X and Ionic?
This is what it looks like right now with no changes at all: Simulator Screen Shot - iPhone X - 2017-09-12 at 20.00.18.png500x1083 50.2 KB (Maybe also with wrong settings…) Both Cordova and Ionic is...
View ArticleHow to get value from ng module
@mm Sir getUser.user_name value carry the json response.how can i change. if i changed ng module name is not showing the value into the text field. This is my HTM <ion-list *ngIf="getUser">...
View Article