megat.farril
Member
Hi.. Hello everyone..
I'm newbie here in B4A.. I currently have an issue building up my web view. I would really appreciates any help from the experts/experiences B4A mobile developer here in this forum.
Below are my codes:
---
Sub Globals
'These global variables will be redeclared each time the activity is created.
Private wvSecComms As WebView
Private wve As WebViewExtras
Dim url As String
url = "https://xxx.xxx" <--- This site has a digital certificate (https://)
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
wve.Initialize(wvSecComms)
wve.addWebChromeClient(wvSecComms, "WVE") <--- This is the line where the issue triggered!
wvSecComms.LoadUrl(url)
ProgressDialogShow("Loading...")
End Sub
---
What went wrong, chaps?
Thanks.
I'm newbie here in B4A.. I currently have an issue building up my web view. I would really appreciates any help from the experts/experiences B4A mobile developer here in this forum.
Below are my codes:
---
Sub Globals
'These global variables will be redeclared each time the activity is created.
Private wvSecComms As WebView
Private wve As WebViewExtras
Dim url As String
url = "https://xxx.xxx" <--- This site has a digital certificate (https://)
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
wve.Initialize(wvSecComms)
wve.addWebChromeClient(wvSecComms, "WVE") <--- This is the line where the issue triggered!
wvSecComms.LoadUrl(url)
ProgressDialogShow("Loading...")
End Sub
---
What went wrong, chaps?
Thanks.
Attachments
Last edited: