Loading Indicator In Background
@kyle_2017 wrote: Hi all, I’ve noticed that loading dialog doesn’t get displayed while the app/webpage is in the background. And once it’s brought to the foreground all the loading popovers seem to be...
View ArticleCannot compare value using ngIf
@mhtchong wrote: I’m trying to compare values using ngIf and only show the div when it’s true. However, I cannot seem to solve this. .TS code: constructor(public navCtrl: NavController, public...
View ArticleIon-card no-margin error on iOs
@marcotrumpet wrote: Hi there, i use in css card-md to set margin at 0 except on bottom. It works on android and browser but not on ios (ios build, ios browser and ionic view app on ios) Posts: 1...
View ArticleGoogle maps native with segment
@shubham_meena wrote: I am trying to integrate ionic native Google maps with ionic 3 segments. I tried on single page but i cant able to implement it. Please suggest me a way to implement Google maps...
View ArticleBuilding a Product Rating and Review with Angular5 and Cloud Firestore
@mark2k wrote: developerslearnit.com Building a Product Rating and Review with Angular5 and Cloud Firestore cloud firestore,google cloud firestore,master details cloud firestore, product rating cloud...
View ArticleFirebase: push notification by API
@Ditister wrote: i am trying to call the firebase cloud messages API like this: fetch('https://fcm.googleapis.com/fcm/send', { method: 'POST', headers: { // 'Content-Type':...
View ArticleProblem with Ionic view
@Tartons wrote: Hi there, when I try to link my app with ionic pro by using the following command on my project directory “ionic link --pro-id (code)” it works, but after that, when I do “git push...
View ArticleIon-checkbox limit the number of maximum checked boxes
@forevermo wrote: Hello, on ion-checkbox how can we limit the number of maximum checked boxes to 5? This mean the other box will not be able to be checked unless the user deselect a box....
View ArticleNo dynamically changes on pushed page
@tute-avalos wrote: First of all, I’m new in AngularJS, Ionic and mobile programming, so be kind. I googled this and have no answer. I’m programming a bluetooth app to control and view custom robot...
View ArticleBest way to get input changes in this form?
@crees1 wrote: I am looking for the best method of listening for form changes in this form. It loops through an array adding inputs and I will need to know which specific input has changed so I can...
View ArticleI can't add the image-picker plugin in my application
@frodoe7 wrote: I am trying to add this plugin to my project I ran these 2 commands 1- ionic cordova plugin add cordova-plugin-telerik-imagepicker --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="your...
View ArticleUnexpected data changing when navigate between pages
@franklichnok wrote: Hi there, I’m new to ionic and got a problem with unexpected data changing while switch between pages. The app consists of the following components: A service for local storage,...
View ArticleProxy is working, but not working, for ionic serve
@jpmckearin wrote: This seems like it should be straight-forward enough. I don’t control the server-side implementation so I can’t just add the headers there. Am I overlooking something completely...
View ArticleGoogle Map Makers Show in ionic lab but not device
@binaryfever wrote: I am using google maps javascript sdk to display a map and I would like to display as markers a number of locations on the map. Using the code below I have been able to do this...
View ArticleCan't display downloaded image in iphone
@hiralbarot wrote: Hi Folks, I have downloaded image using following code , this.storageDirectory = cordova.file.documentsDirectory; ( As i am targetting ios at the moment) downloadImage(image) {...
View ArticleIonic-Native Calendar
@LehDevBrasilandia wrote: Boa noite pessoal, estou com uma duvida. Estou desenvolvendo um app cujo objetivo principal e inserir as consultas dum determinado médico na agenda nativa do mesmo,...
View ArticleHow to clear cache on logout
@bspark wrote: Hi all. I want to clear cache on logout. Below is the method to be called when user clicks the logout button: async doLogout(user) { await this.fireAuth.auth.signOut().then(()=>{...
View ArticleCors origin with make Post Request
@freddycastillo wrote: Greetins from Venezuela… Im try connect mi ionic 3 app to my api rest Laravel, but whe a make a post request to de rout post of laravel show this -> Solicitud desde otro...
View ArticleInclude 3rd party icons in ionic2
@neoassyrian wrote: What is the best practice in adding 3rd party icons to an ionic app. In particular, how to add fontawesome (https://fontawesome.com/) or Glyphicons (http://glyphicons.com/) Posts:...
View ArticleErrors in displaying values in ion-list from array
@mabelll wrote: Hi I have a problem in displaying in ion-list from the array. I used chrome inspect and it was not successful. Anyone can help? Thank you! Below are my codes: home.html...
View Article