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...........
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
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
Not exactly loading/adding the WebViewer, but just making it visible.
2 Likes
Taifun
11
DRY - Don't repeat yourself
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
5 Likes
ABG
12
Here is a table driven sample for you to study ...
3 Likes
thanks. I will try to do that
1 Like