We’re looking for some beta testers to give the nightly builds a try. The Nightly builds have been upgraded to Angular 1.4 and were looking to get your feedback on it! Along with the upgrade to Angular 1.4, the follow issues have been fixed.
ionSlideBox: fix failing test ion-pager should show unless told not to. (38e71665)
ionTabs: adjust tabs and content when hiding the nav bar (7e4fb159, closes #2921)
Can I ask what is the expected timescale for the release of this new Ionic version with Angular 1.4?
If it’s a matter of 1 to 2 months then I sure want to give it a try and put some time in for testing it, because I believe it could benefit my project (Angular 1.4 has some good stuff in it).
P.S. oh and by the way, can I suggest that this fix could make it into the new Ionic version:
/*
CSS styles to eliminate the annoying flickering header when changing tabs in an Ionic app on Android:
http://forum.ionicframework.com/t/flickering-when-navigating-via-tabs-on-android/27281/2
*/
.platform-android .header-item.title {
transition-duration: 0ms;
}
.platform-android .header-item.buttons {
transition-duration: 0ms;
}
This fix was found by another Ionic forum member and it really made my day because the flicker on tab change was annoying me from the start, it was a relief to have this fix. I suppose it would be good and helpful for users to have it in the Ionic release by default.
And thanks, if it’s in a timescale of weeks then I’m eager to give it a try.