Hi there,
I’m new to ionic framework. I compiled TABS app to android. Tab icons showing on top which is wrong. They are showing at bottom on my desktop chrome which is right. can you tell me how can i fix it.
thanks
-Navi
Hi there,
I’m new to ionic framework. I compiled TABS app to android. Tab icons showing on top which is wrong. They are showing at bottom on my desktop chrome which is right. can you tell me how can i fix it.
thanks
-Navi
Hi! Try adding $ionicConfigProvider in your .config
then use this line
$ionicConfigProvider.platform.android.tabs.position(“bottom”);
It worked like a champ! thanks omer :-).
Hey no prob! I had exactly the same problem