@alps1981 wrote:
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 menuHome
link which has the same codethis.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
Posts: 1
Participants: 1