How to generate QR code ionic version 2?
I use qrcode-generator no issue for the moment
View ArticleChanging values in ionic not getting?
I'm not sure I understand your question, but your code strikes me as bizarre. Why do you need two separate icons, and if they're clickable, why aren't they buttons? What does the favourite() method...
View ArticleChanging values in ionic not getting?
thanks.. Why do you need two separate icons, and if they're clickable, can make buttons also I was just using ionic icons What does the favourite() method do? here when I click then in favourite...
View ArticleChanging values in ionic not getting?
Nikhil_dhar123: in favourite function I have to change icon names so that if icon is star it should become star outline and vice versa Again, I see no need for two elements. <ion-icon...
View ArticleIon datetime - date extraction problem
That's an exaggeration. I take your point it's larger but no where near 2mb. Do you mean when everything is included like the locales??
View ArticleChanging values in ionic not getting?
ok this one is cool thanks but I have to change only ion-icon name so can I go with this... <ion-icon name="data.isFavourite ? 'starIcon' : 'star-outline'>
View ArticlePipe not found in custom component
I think this issue might be related to this -> https://github.com/ionic-team/ionic/issues/7621 I am using the custom component inside the modal - sadly the proposed solution is no longer supported..
View ArticleIon datetime - date extraction problem
codiqa100031834: That's an exaggeration. I took the number from this issue and admittedly did not read the entire thread before posting. moment is still monolithic and much less amenable to dead code...
View ArticleMove to specific tab programmatically
It works but I lost the menu icon on header bar. Have you an advice for me? this.navCtrl.setRoot("TabsPage", {opentab: 0}); TabsPage is my First Tab Page Thanks
View ArticleChanging values in ionic not getting?
for below code <ion-icon name="data.isFavourite ? 'starIcon' : 'star-outline'> I got the following error Failed to execute 'add' on 'DOMTokenList': The token provided ('ion-md-data.isFavourite ?...
View ArticleDoes Ionic not compatible with HTML5 element?
Hi all, I'm a newbie to the ionic framework and I try to create a basic UI for a login page with a html5 element; there is nothing show up after executing ionic lab command. It works well with the...
View ArticleHow to maintain a form state on navigate?
I have checklists in my app. I'd like to maintain the checklist state on one page in one tab even when I navigate to another. The user should reset the checklists with a button if they need to. Is...
View ArticleIon datetime - date extraction problem
Agreed - this non-monolithic approach does produce smaller payloads when they're most important.
View ArticleChanging values in ionic not getting?
Notice the brackets [ ] in the name property. Also, there was a " missing at the end of the expression: <ion-icon [name]="data.isFavourite ? 'starIcon' : 'star-outline'">
View ArticleChanging values in ionic not getting?
thanks its working but now the main prob I have click function in below code <ion-icon [name]="data.isFavourite ? 'starIcon' : 'star-outline'" (click)="favourite(data.isFavourite)"...
View ArticleHow to build a minified debug apk
For your use case this can be the way: https://www.npmjs.com/package/ionic-minify
View ArticleIon datetime - date extraction problem
hi, tnx for comment. first from my understanding i need to install:npm install date-fns --save? and yet, did not really understand how to use it, what i do understand is that i can create a date in...
View ArticleDoes Ionic not compatible with HTML5 element?
Have you a code sample you can share? In ion-list elements for example it won't display just any kind of element. as they're meant to work with ion-item elements. If you put your stuff directly inside...
View ArticleError when packaging for IOS
royibernthal: @ionic/app-scripts : 1.3.6 You should upgrade that to 1.3.7: npm install @ionic/app-scripts --save-dev You followed the directions and did the certificate dance I suppose? If you think...
View Article