Hello!
As you may know WebView on 2.1\3 have an issue with SSL (some https pages may wont load due to certificate problem).
I am stuck with this problem
Some page that i need for oauth2 use https and works ok on my ISC phone, and don't work on older platforms.
This problem is well-known and people suggest to override "onReceivedSslError" event. Like here: Android WebView with https loadUrl shows blank/empty page « Damian Flannery's Blog
How i can do it with B4A? I think it can be done with an lib, or mayb reflector magic, but i am totally noob in pure java, and dont know how to start.
Thanks.
As you may know WebView on 2.1\3 have an issue with SSL (some https pages may wont load due to certificate problem).
I am stuck with this problem
Some page that i need for oauth2 use https and works ok on my ISC phone, and don't work on older platforms.
This problem is well-known and people suggest to override "onReceivedSslError" event. Like here: Android WebView with https loadUrl shows blank/empty page « Damian Flannery's Blog
How i can do it with B4A? I think it can be done with an lib, or mayb reflector magic, but i am totally noob in pure java, and dont know how to start.
Thanks.