I have a project with ionic 1.0.0 i upgraded to ionic 1.3.5 (latest) and I had only 2 things that broke :
1- no $ionicView.beforeEnter (or other $ionicView events) would trigger. The fix was to wrap all my view/templates ion-view into divs.
2- All buttons have no borders! Why did the style change??? I can see a lot of posts about this problem but no easy solutions! Anyone can help me here?
1- no $ionicView.beforeEnter (or other $ionicView events) would trigger. The fix was to wrap all my view/templates ion-view into divs.
I updated to 1.3.5 too. I needed a <div> for views that did not have a single parent tag. For example, this template. The <meta> was a problem. However, all my other templates did not need a <div> encapsulation.
2- All buttons have no borders! Why did the style change??? I can see a lot of posts about this problem but no easy solutions! Anyone can help me here?
I havenât experienced this problem. I use outline buttons and regular buttons - not a problem at all. Can you post a screenshot (before/after)?
Thanks for your answer! I guess you did not see problems with your button borders because youâre using âclear-buttonsâ which did not have a border to start with!
youâre using âclear-buttonsâ which did not have a border to start with!
Of course not. How did you conclude I am using clear buttons? The templates I linked to were only an example and an answer to your âbeforeEnterâ question.
Sorry. I looked a 3 or 4 html files in the templates and saw âclear buttonsâ ⌠when I inspect my buttons they all have the style border-color: transparent I guess iâll just add more styling to set their border colorsâŚ
I found the updated ./www/lib/ionic/scss/_variables.scss to have weird hard coded values which makes it harder to change the color table. For example, it has