Skip to content
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

Closed
Karatla opened this issue Dec 6, 2019 · 3 comments
Closed

Is there anyway to open a new tab in flutter? #211

Karatla opened this issue Dec 6, 2019 · 3 comments

Comments

@Karatla
Copy link

Karatla commented Dec 6, 2019

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!

@pichillilorenzo
Copy link
Owner

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 InAppWebView is to provide the most complete cross-platform WebView with which to create everything you want.

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 InAppWebView (maybe something like the Chrome browser). Also, I have in mind another tutorial to show better some use cases. But these things take time. I will make them as soon as possible!

@Karatla
Copy link
Author

Karatla commented Dec 6, 2019

Thank you so much !

This was referenced Jul 6, 2020
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants