Android Question webview

ronell

Well-Known Member
Licensed User
Longtime User
i have alertbox in one of my webpage but when i view it in webview its not showing up , is alertbox not available in b4a webview?
 

ronell

Well-Known Member
Licensed User
Longtime User
B4X:
    webview.Initialize("webview")
    Activity.AddView(webview, 0, 0, 100%x, 100%y)
    webview.LoadUrl("url")

i have this code . how can i possibly add WebChromeClient ? i already add the webviewextras in my b4a library



edit: i add this code
webviewextras1.addWebChromeClient(webview)
but error says missing parameter
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…