Android Question Webview page not showing "WebView1.LoadUrl(url)"

KIM jihoon

Member
Licensed User
Longtime User
Dim url="https://www.ilpalpalilpalilpal.com/en-us/live"
WebView1.LoadUrl(url)


Page not showing in Webview
(If you open it in the Chrome browser, there is no problem)

need help !!!
 

teddybear

Well-Known Member
Licensed User
Dim url="https://www.ilpalpalilpalilpal.com/en-us/live"
WebView1.LoadUrl(url)


Page not showing in Webview
(If you open it in the Chrome browser, there is no problem)

need help !!!
Try configurable conditional symbol: HU2_ACCEPTALL
 
Upvote 0
Top