I'm running IOS simulator on macbook, but WebView can acces only local pages and only few internet pages - not all.
Is this limitation of Simulator or I'm doing something wrong?
Is it possible to catch WebView errorCode like in b4a with WebViewExtrax2 library
Sub WebViewClient1_ReceivedError(ErrorCode As Int, Description As String, FailingUrl As String)
WebView1.LoadHtml(CustomWebviewError.GetErrorPageHtml(Description))
End Sub
Bojan
Is this limitation of Simulator or I'm doing something wrong?
Is it possible to catch WebView errorCode like in b4a with WebViewExtrax2 library
Sub WebViewClient1_ReceivedError(ErrorCode As Int, Description As String, FailingUrl As String)
WebView1.LoadHtml(CustomWebviewError.GetErrorPageHtml(Description))
End Sub
Bojan