How to show/hide button for at least one checkbox checked in ionic3
Hi, @Dedoo Try this: .html <ion-list > <ion-item *ngFor="let item of items"> <ion-avatar item-left="item-left"> <img style="width:55px;height:55px;"...
View ArticleSort Contacts from Adress Book Alphabetical
HI, I have a function, that reads the phonebook. After getting the contacts, it should sort them. The last time, I worked on my APP, it worked, now, it doesn’t. This is my code: import { Component }...
View ArticleIonic cordova run android build failed, when I add cordova-plugin-googlemaps
Hey @alishokoie I think You did not installed the google map plugin in right way. Because your package.json does not have a proper API KEY. So try to install the plugin correctly. Please let me know...
View ArticleI love Ionic & Firebase!
Dear community, It’s been already 2 years I met with Ionic, and I think I fell in love with this framework. I released many apps with Ionic, but this time I couldn’t resist to share with you a little...
View ArticleHow to add a function to the :before tag of alert message
i love your language ساخت و نصب کابینت
View ArticleHow to show/hide button for at least one checkbox checked in ionic3
I must be tell you Thanks
View ArticleChange opacity of button
Hello, I want to change the opacity of button depending on boolean value, which can be changed by the checkbox. But don’t work, please help. <button class="isActive ? me-button : ''" ion-item...
View ArticleI love Ionic & Firebase!
Félicitations pour la publication de ton app I like the effect of your design super smooth, congrats May I ask, which Facebook plugin do you use for the login process? And just a side thought, maybe...
View ArticleI love Ionic & Firebase!
Merci ! I am using this Facebook plugin: https://github.com/jeduan/cordova-plugin-facebook4 Why do you ask? Yes, I will add the delete account feature later one when I will know for sure that the app...
View ArticleSort Contacts from Adress Book Alphabetical
Hi, @LarsS Try this: var options = { filter : "", multiple:true, hasPhoneNumber:true }; this.contacts.find(["*"],options).then((res) => { var phoneContactsJson=[]; for (var i = 0; i <...
View ArticleIonic - Make certain modals fullscreen
EDIT (since I can’t edit my first post) When using this SCSS on iOS, the modal overlaps with the statusbar. To fix this: add this to app.scss .ios .modal-fullscreen { .modal-wrapper { top: 26px; } }
View ArticleMap and Multiple Markers
Thank you @ebellempire. I will look into the research material. Thanks a lot
View ArticleI love Ionic & Firebase!
Cool, thx for the feedback. I asked about Facebook because your login look super sweet (solved with a small popup) where my Facebook login is solved with a full redirect in the facebook app. I use the...
View Articleplatform.setLang()
Hello! I’ve read about platform.setLang() method as i understand it should change “lang” attribute in index.html. So, here is my code: this.translate.onLangChange.subscribe((params: LangChangeEvent)...
View ArticleCORS issue in Phone and Safari
I am using Ionic2 to create my first app. Used WordPress REST API for data. Everything seems to be working fine in android and Chrome. However everytime I install the app in iPhone or in Safari, It...
View ArticleCustom component as content of ion-item
Thanks for trying! It didn’t work though… Ps. I was perhaps a bit unclear about the fact that I’m using these buttons in an ion-list. I’ve updated my original post to reflect this.
View ArticleTelegram API library for ionic 2?
I can be wrong but I think you need to use the Telegram API just in the server to receive data from ionic application. In the ionic-side you have to developer the layout and $http stuff to send data...
View ArticleReference to THIS is null
Hi, Im using BarcodeScanner plugin and when I try to access “this” variable inside a then() callback, a reference to this variable is null. I also tried to use a NgZone but had the same result. My...
View Article