Can anyone please give an example for WebView.InitializeWithCustomConfiguration ?? as from b4i 6.5 WKWebView is used as inernal WebWiew library
Is it possible to force this way the WebView will ignore Selfsigned certificate error or better to create handler for SSL errors and any other errors...
Background:
I need to check for the input that the users feed the library dialog with; if it does not meet the criteria, the dialog should not close until it does or the user cancels.
Basically, an EditText should not be empty (that is built into the library dialog).
Problem:
I have not found a...
Just a small idea, but, I don't think I am the only one, but I have a habit of adding my error handlers after the majority of code is written.
Currently when I go to insert a try, B4A automatically inserts the whole
try
catch
Log(....)
end tryBlock, right under where I have entered the...
After (unfortunately) having write many functions (in a code module in my b4j server project) which access a MySql, I remembered a fundamental rule: use Try-Catch when accessing external resources.
So I thought to change all the functions that access the DB (and unfortunately all the calls to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.