Ionic3: Tabs issue

Hello there,
I’m using https://ionicframework.com/docs/api/components/tabs/Tabs/ in my application. In android I’m facing an issue that is phone bottom bar menu is covering ionic-tabs menu.

Actually it is looking like this…
Capture26

But we need like below:
Capture26(1)

Is it possible? if yes, pls help me

Thanks

No one having this issue?

It may be related to your phone somehow, I never had this issue. Or maybe you broke Ionic app config somehow…

Thanks for your response. There is no issue in phone side, If i use starter tabs one, Its working fine. If I use custom icons its showing like above. Please let me know where i need to change…

Hello there,
Finally, I solved my issue. The problem is I’m using " <preference name=“Fullscreen” value=“true” />" in config.xml. If I was commented this, everything works fine.