Createda side bar navigation app and have added multiple icons on navbar (2 icons on left side and 2 icons on right side). On ios the icons look fine and are arranged horizontally. But on Android the icons get aligned vertically. Tried to reduce the font size of the title as well the length of the title, ultimate result was still the same.
Please can you help or guide on how to resolve this issue especially on Android.
Thanks mhartington. below is the html code that i am using and post compiling it with cordova and hosted on android shows icons as vertical. but works fine on iOS.
I tried using the nightly build but the response is still the same on Android 4.4.2. I think there is some css issues with ionic and android 4.4.2 which does not cater for multiple icons on nav bar.
I’ve also seen this on Android 4.4 - pretty sure this is an issue with whitespace between css inline-blocks. If you remove the whitespace between the button tags or add an html comment block between them it should work. e.g.