Adding multiple tabs in webview

Can anyone help me to add tabs option in a web browser app like available in chrome app.

It wouldn’t be easy, but you can use, say, 10 WebViewer components in a single screen and toggle their visibility to make them act like tabs.

then it will not easyand i want that user can create as many tabs as they can Like in chrome tab.
please give any solution…

Add one WebViewer and add a ListView or spinner something like this.

Then you must safe the url and the title in a list of a list after the user clicks on the „tabs“ button or spinner.

You must select all of the titles and show it in the spinner. Load the webpage with the url of the current clicked title in the List.

Then would these possible

I can make a example, but not this year :joy::sweat_smile: