Border color Ion-tabs
My border is on all the ion-tabs on the top like this : Image1.png1136x358 3.5 KB And I would like to this border appear only when I’m on the first page (right icon) but When I put my css in...
View ArticleNgrx Store for chatApp + Ionic 3
My advice: if u r a beginner and want to develop a simple chat app, dont use ngrx First build it using simple providers and if u want to proceed on a steep and multiline learning curve, go ngrx
View ArticleHow to set an Ionic Layout grid column width to a fixed size
peterjc: first column is always 50% Hi, Do you have any solution for this? Tnks
View ArticleIonic Pro deploy issue related to updating the app after released in...
Ionic deploy doesn’t involve Android or Apple store, your app will be update “under the hood” by downloading the new version directly from Ionic Cloud. You will need to update the version in the store...
View ArticlePassing Data to ion-input from API for editing
Hi, Am building and ionic App from an API, I have passed the user data to an edit form for editing but the data doesn’t display using the value="{{ data.data }}" so I can edit. Can someone explain to...
View ArticleConflicts using both 'Google Maps' and 'QR Scanner' native plugins in same...
Thank you for your answer. I don’t quite understand. Do you mean the problem cab be solved with the LoadController patch? I tried but didn’t work. Thank you again. Djamel
View ArticleIonic 3: SSL handshake fails when using mobile internet on android devices
Hi there, I’m developing a mobile app with Ionic 3 / Angular 5. I get the following error when making an API call via HTTPS and mobile internet enabled on android devices:...
View ArticleIssue with cordova-plugin-statusbar plugin and v1 project
I am having some difficulties getting the statusbar plugin to style correctly in my V1 project. The statusbar continually turns to a grey background with white text no matter which approach I take....
View ArticlePreview image before uploading in ionic 3
import the following import { normalizeURL } from ‘ionic-angular’; and then let workingimagepath = normalizeURL(imageData); Use FILE_URI This should work to preview.
View ArticleNgrx Store for chatApp + Ionic 3
Thank you Tommyertom. So it’s easy to refactore code with no-ngrx to ngrx? What about Facebook issue and state management?
View ArticleInput focus on "Next" button press
Hello, I need to configure the “TabIndex” of my inputs, as i try to explain in the following image, when i’m with the focus on the field “Nome”, when i press the ‘next’ button, instead of going on...
View ArticleAngular Google Map Native not showing up
Im so dumb, the tag on component.scss was incorrect. this is the correct one. agm-map{ height: 300px !important; } Srry for the useless topic.
View ArticleHow callbacks work
Thanks for the reply. The list is working properly I grabbed that code from an older example. But I got it to work thanks to some YouTube videos. Thanks to Paul Halliday here: Halliday Async and Max...
View ArticleAcces to restful response in json
@sammycolson What is logged when you call console.log('response :', res);? Also try to log the following: console.log('response json:', res.json()); and post here the result. Tip: Use commas (,)...
View ArticleBorder color Ion-tabs
Hello, Tab1 selected, then tab1 black border, tab2 no border, tab3 noborder Tab2 selected, then tab1 no border, tab2 no border, tab3 no border Tab3 selected, then tab1 no border, tab2 no border, tab3...
View ArticleAlertController custom template
Hi! i’m migrating a v1 application to the latest version, before with the $ionicPopup you were able to make custom bodys for the alerts, is there any way to do the same with AlertController o any...
View ArticleHow callbacks work
i was going to suggest the ngZone.run, bu tthe code u posted had it already… i used that to solve the same problem with my app
View ArticlePut an image center bottom of card
what is the best way to align an image to center|bottom of card ?
View ArticleRelease build removes spacing for iphone x
When building on release my toolbar and nav-icons get pushed up and down. This doesn’t happen on non-release. Any ideas?
View ArticleFirebase upload & get photo with ionic
adirzoari: this.currentUser = firebase.auth().currentUser.uid; this.fireRef=firebase.database().ref(); this.photoRef=firebase.database().ref(‘users/’+this.currentUser+’/photos’); please how can i use...
View Article