Back button in multiple webviewer

I have a webview that should load three url using three buttons (btn_web1, btn_web2, btn_web3). The buttons are in a vertical array named Screen_main and the webviewer is in another vertical array named Screen_webview.

The problem occurs when I click the buttons, the address https://community.kodular.io/ is shown first (it is the one that is loaded with it with the Initialize) and then the web of the url is loaded. I assign the button, another problem is that when you click the back button, you have to click twice instead of once.

I show the blocks and video:

https://youtu.be/pERBq6RUxm4

You are showing kodular gmail and youtube in webviever.
What type of app you rare trying to build explain more

A solution for the first problem can be that you can use 3 different web_viewer that go to their url when the screen is initialized. So when you show them it does not have to load, so I think can be great. :+1:

My application is educational, when I am going to add a new feature or function, first I build it in a new project and when it works 100% I add this function to the educational project.

Multiples_Webview.aia (3.5 KB)

Correct, it is a solution but it is not recommended as I have read in different forums. It would be the last option for me.

1 Like

Because button web1 on click tou are calling webviever to load url for kodular community you need to show visibility to true its already loaded on screen intialize

Since I don’t have clear picture what you want but I guess maybe this [Multiples_Webview1.aia|attachment] (456 Bytes)

Edit: Strange bug when exporting, no screens in aia and there by can’t share

What I want is to do that but a single webviewer, “A solution for the first problem can be that you can use 3 different web_viewer that go to their url when the screen is initialized. So when you show them it does not have to load, so I think can be great.”