1 screen many webview, loading is very long

I'm currently learning to develop a collection of many book applications.

I created 1 screen containing more than 100 webviewer.

the problem is when the screen appears, the loading process is very long.

how to make 1 webviewer only load on button click?
Please help me

FOR REAL........... :exploding_head:
why don't you just use one webview???

2 Likes

Right, you could just change the URL of each of them.

2 Likes

I would not even use 100 buttons in one screen. Just change the URL of each of them.

2 Likes

@M_A_Shoim if you want to go to another page you just have to do this

blocks (1)

5 Likes

I've tried it, the result is the same.

is it possible to load webview only on button click, webview not load page when screen is opened

1 Like

that's part of the webview that I have implemented

Try posting your AIA file here.

1 Like

image

Not exactly loading/adding the WebViewer, but just making it visible.

2 Likes

HematPerkoperasian.aia (576.8 KB)

1 Like

DRY - Don't repeat yourself

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

5 Likes

Here is a table driven sample for you to study ...

3 Likes

thanks. I will try to do that

1 Like