Quantcast
Channel: Ionic Forum - Latest posts
Browsing all 230567 articles
Browse latest View live

[Ionic2 Tutorial] Tabs with custom active/inactive Icons

Really awesome works like charm… THAAAAAAAAAAAAAAAAAAAAAAAAAAAANKSSSSSSSSSSSSSSSSS

View Article


Image may be NSFW.
Clik here to view.

QRScanner 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 Article


CSS in ionic2

How can I add my custom CSS in ionic2?

View Article

CSS in ionic2

global css -> variables.scss page css -> your-page.scss

View Article

Disable side menu on login page conference app

thanks worked like charm

View Article


Image may be NSFW.
Clik here to view.

Problem 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 Article

How 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 Article

Ionic 3.5.3 Angular lifecycle hooks declared but not used lint errors

on the same ‘ignoring’ strategy…

View Article


Image may be NSFW.
Clik here to view.

Not 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 Article


Convert 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

CSS 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 Article

iPhone 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 Article


Ionic 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 Article

How 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 Article


Build 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 Article

QRScanner 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 Article


Custom 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 Article

Image may be NSFW.
Clik here to view.

iPhone 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 Article

How 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
Browsing all 230567 articles
Browse latest View live


Latest Images