Good Day All,
I have a situation in which I need to load a URL to a WebView in b4i. (This same URL works a treat in b4a and in Desktop Chrome)
I keep getting this error:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported." UserInfo={NSLocalizedDescription=The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported.}>
and this is the URL that is throwing the exception:
https://99.999.999.999:111/Web Forms/ScriptReplenishment.aspx?apiKey=12345678A987654321&token=05297551&email=myEmail@Othermail.co.za
(The ip, port, apiKey and eMail have been changed to protect the innocent people involved)
Anybody have an idea - possibly I'm missing something here.
I have a situation in which I need to load a URL to a WebView in b4i. (This same URL works a treat in b4a and in Desktop Chrome)
I keep getting this error:
<B4IExceptionWrapper: Error Domain=caught_exception Code=0 "The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported." UserInfo={NSLocalizedDescription=The specified URL has an unsupported scheme. Only HTTP and HTTPS URLs are supported.}>
and this is the URL that is throwing the exception:
https://99.999.999.999:111/Web Forms/ScriptReplenishment.aspx?apiKey=12345678A987654321&token=05297551&email=myEmail@Othermail.co.za
(The ip, port, apiKey and eMail have been changed to protect the innocent people involved)
Anybody have an idea - possibly I'm missing something here.