Ionic tabs bottom android leavs space for tab
Please post your HTML. Your <ion-content></ion-content> has a class has-header.
View ArticleIonic tabs bottom android leavs space for tab
this is my page for the view <ion-view cache-view="false" view-title="{{party.results.attributes.title}}"><div class="bar bar-subheader box-shadow" ng-init="activeTab = 0"> <div...
View ArticleChanging ion-navbar dynamically
Hi, I know we can now do <button [color]="newColor">. Do you know how to do it for <ion-navbar>? If it is not possible, do you know if it will eventually be? Thanks
View ArticleWhat are you building with Ionic? We want to know!
I asked a student apprentice to research a killer app in the mobile arena he came up with this IONIC integration via webservices of iDempiere ERP project. I wrote more on this story here...
View ArticleIonic 2 Social Login and register using Firebase
Hi I am just looking for an Ionic 2 social login and user registration using Firebase, i just found Ionic 1 tutorials. In fact looking for series of Ionic 2 tutorials.
View ArticleHaving problems with ion-scroll in 1.2.1
Try adding overflow-scroll="false" as shown below. When they released 1.2 they switched to native scrolling so if you need javascript scrolling anywhere you need to add the overflow. <ion-scroll...
View ArticleIonic tabs bottom android leavs space for tab
Remove the has-subheader from the <ion-content>
View ArticleAngular 2 - DatePipe fails in Ionic View App
Hi @icarus_31 , No I haven't and I don't even notice there's a tools like this. As I was just reading only the ionic 2 start up guide..Will have a look into it, thanks a lot.
View ArticleTab template with side menus
Hi Mike, I had a lot of work to do it in my app but it's working. My tabs: < ion-tabs class="tabs-icon-top" ng-controller="MenuCtrl as vm"> < ion-tab title="Eventos" icon-on="icon...
View ArticleDoes anyone know any plugin to do A / B test with Ionic / Cordova?
Does anyone know any plugin to do A / B test with Ionic / Cordova?
View ArticleOpening modal from popup
I am trying to open Modal window from already opened popup. It is relatively straight froward if both popup and modal originated from the same Controller. But in this case, the modal about to open is...
View ArticleBack Button not working from tab to other views
Hi! I'm working in an application that has as main page this tab structure: tab A, tab B, tab C, and my index is < ion-nav-bar class="bar bar-header" align-title="center"> <...
View ArticleEdit ion-item style?
the best is doing a simple list on css and edit by yourself first of all will need Scss and the other things you wanna do are very boring to do and worse than doing the list by yourself...
View ArticleHow can i use promise
Hey, how can i use promise with ionic 2?With ionic 1 i had to inject the $q, but im not sure how to do that with ionic2.
View ArticleHow can i use promise
From my side, I just did something like return new Promise(resolve => { this.http.get('data/list.json') .subscribe(data => { this.unitsInfo = data.json(); resolve(this.unitsInfo); });
View ArticleSearchbar issue with event keypress or keyup
I would like to know if I am the only one that noticed that when calling a function for keypress or keyup, the first time the character entered is not returned. The second character entered will...
View ArticlePopup with keyboard-attach
Hi, i want to add keyboard-attach to my popup because my popup have a text input and in some device when the keyboard is opened overlap the text input. Any ideas?
View ArticlePassing data between controller/views
I am having trouble passing data between controllers using a service. What i want to happen is when send data is clicked the data inputted into the text field should be populated in the Results...
View ArticleHow can i use promise
Oh man, thanks, its working but only for the success, how can i put the reject into this return?
View Article