androidFullScreen.showUnderStatusBar() issue in ionic 3

I am facing the issue to show Webview under the status bar.

On login button press, app got redirected to Home Page using this.navCtrl.setRoot(HomePage) and shows the Webview under the Statusbar fine, but when I go to another (listing) page from Home Page and try to return to Home Page from sidebar menu Home link which has the same code this.navCtrl.setRoot(HomePage) in the function to redirect to the home page, it doesn’t work. The view did get load normally but don’t show the Webview under the Statusbar.

How do I resolve this issue?

Please check the complete question with the issue here