Tabs in my project

So I have a proxy but I want it to support multiple tab like windows. I have the proxy but I don't know even were to begin. I tried with dynamic components but cant get that to work

A proxy what ? Explain what it is "you have", and how it might use multiple tabs?

What components are you using? Show your relevant blocks so far ...

I have a proxy which acts like a browser but is uncensored so you can play games and whatever on it. I want it to be able to support multiple windows like chrome, with tabs. But I don't know even were to begin. I tried with dynamic components but cant get that to work and have no other ideas. I am using customwebview and don't really have anything else to go off of.

When I get a moment i will put together a simple example for you.

Here we go, try this:

wveTabs.aia (83.0 KB)

Credits @Kevinkun for the CompCreator and Regex extensions, and me for WebViewExtra.

  • Press the black circle to load the current search term or url into the current webviewer
  • Press the plus circle to open a new tab with the current search term or url.
  • All tabs are placed in the horizontal scroll arrangement at the top.
  • Home url is set to https://google.com
  • Long Click on tab button to delete it

I believe the webviewextra extension is "happy" switching between webviewers, but I have not extensively tested this.

I took my desktop Google Chrome window as inspiration...

BLOCKS (all 290 of them)

VIDEO

thank you I will test it asap and get back to you then.

Ok thank you it works great-ish

only -ish ? :wink:

ye it reads an error if I have two tabs and delete the first one

Ah, yes, I set it up to prevent deleting the first tab. You should be able to work through the logic and allow deletion of the first tab if there are more than 1 tabs in the list.

thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.