Hello
i need 15 or more simultane load url in webview,
Now and default webview only 4 simultane loading after that other loading 4... (The first 4 should not wait.)
Is there a possibility of such a thing?
default load only 1-2-3-4, after that load 5-6-7-8, after that 9-10-11-12 after that 13-14-15
thanks.
i need 15 or more simultane load url in webview,
Now and default webview only 4 simultane loading after that other loading 4... (The first 4 should not wait.)
Is there a possibility of such a thing?
B4X:
WebView1.LoadUrl("http://utopicgames.com/ztest.php")
WebView2.LoadUrl("http://utopicgames.com/ztest.php")
WebView3.LoadUrl("http://utopicgames.com/ztest.php")
WebView4.LoadUrl("http://utopicgames.com/ztest.php")
WebView5.LoadUrl("http://utopicgames.com/ztest.php")
WebView6.LoadUrl("http://utopicgames.com/ztest.php")
WebView7.LoadUrl("http://utopicgames.com/ztest.php")
WebView8.LoadUrl("http://utopicgames.com/ztest.php")
WebView9.LoadUrl("http://utopicgames.com/ztest.php")
WebView10.LoadUrl("http://utopicgames.com/ztest.php")
WebView11.LoadUrl("http://utopicgames.com/ztest.php")
WebView12.LoadUrl("http://utopicgames.com/ztest.php")
WebView13.LoadUrl("http://utopicgames.com/ztest.php")
WebView14.LoadUrl("http://utopicgames.com/ztest.php")
WebView15.LoadUrl("http://utopicgames.com/ztest.php")
default load only 1-2-3-4, after that load 5-6-7-8, after that 9-10-11-12 after that 13-14-15
thanks.
Attachments
Last edited: