Tabs issue - Orientation change

Hi everyone,

I have an interesting issue since upgrading to Beta14 in iOS. When starting the application in portrait and changing the orientation to landscape, the tab bar disappears below the viewport. When starting the app in landscape and changing orientation to portrait, the tab bar is displayed half way up the page. It appears to me that the viewport isn’t resized on orientation change. I have caching turned off but I suspect it may be related. Any ideas?

Thanks!

Figured it out. When dynamically changing ionic.platform.fullScreen, the viewport doesn’t resize on orientation change. Removing the switch to full screen and back again fixed the issue.

3 Likes