Hi Guys,
Im running loadingBarInterceptor, when this is initialised I am hiding the status bar using the Statusbar.hide() method.
On complete I am making it visible again. In between these calls Interceptor injects some markup into the page to visibly show the page loading progress.
The problem is after every page load, or more specific everytime I call Statusbar.show() the tab bar moves further down the screen, until eventually it is unreachable.
Is there something calculating the elements on the page and setting a height on a successful page load?
Please refer to picks to better demonstrate my issue.
Thanks,