-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to open multiple webview pages using bottom navigation #449
Comments
Same need |
up |
I need this also. First I thought it might be of the widget tree staying the 'same'. So I tried using keys but that didn't seem to work. |
I need this thing too |
I also need this..did anyone find a solution for this ? |
Using a Stack Widget can solve the problem, you can see a proper implementation here - https://github.com/subodhk01/nestin-app/blob/webview/lib/main.dart |
the same problem! |
I have a HomePage widget which contains a BottomNavigationBar, and there are 3 tabs in it.
The first page is a normal flutter page, and the 2nd and 3rd pages are webview pages with different urls. But when I tap on 2nd page at first, 2nd web page will be load and 3rd will NOT, vice versa.
The logs shows that the 3rd page's initState was called, but there is no actual page loading.
The text was updated successfully, but these errors were encountered: