-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Is there anyway to open a new tab in flutter? #211
Comments
Hi @Karatla! Thanks! However, for something like multiple tabs, you need to implement it your self using the various flutter widgets and gestures and instantiating a WebView for each "tab" of your browser app. That's because the goal of this plugin for So, I think that "multiple tabs" is outside of the scope because it is something you can implement your self, just as I said before. However, I was already thinking about making a tutorial on how to make a browser app using |
Thank you so much ! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
First thanks author provide this good plugin for us. Please keep updating! I like your plugins.
For now I have a problem I want to build a browser app but I do not know how to make multiple tabs in flutter . Every tab or web page I base on your plugin by appWebView . I try to use pageView to control all tabs but works not well and I do not know if it is a suitable way. Is there anyone can give me a solution? Thanks!
I hope author could update a function to make multiple tabs . Thanks so much if could do it!
The text was updated successfully, but these errors were encountered: