Hi,
I have used WebView in my B4A application without issue.
I am now trying it in my B4i application.
I have the WebView component in a view as wvWeather
then
Private wvWeather as WebView
...
wvWeather.Initialize("webview")
wvWeather.LoadURL("https://google.com")
...
Sub webview_PageFinished(Url as String)
Url = Url
End Sub
I have included iUI8 library
My iPad has IpadOS 16.3
The webview window shows nothing, and the PageFinsihed event is not called.
What am I missing or doing wrong?
Thanks,
John
I have used WebView in my B4A application without issue.
I am now trying it in my B4i application.
I have the WebView component in a view as wvWeather
then
Private wvWeather as WebView
...
wvWeather.Initialize("webview")
wvWeather.LoadURL("https://google.com")
...
Sub webview_PageFinished(Url as String)
Url = Url
End Sub
I have included iUI8 library
My iPad has IpadOS 16.3
The webview window shows nothing, and the PageFinsihed event is not called.
What am I missing or doing wrong?
Thanks,
John