WebViewSuite
WebViewSuite copied to clipboard
What about SSL Errors?
Does this library handle Ssl connection without any error of certificates?
This issue is the example.
Sorry, just saw this issue (Don't know why it didnt send me email...)
I did not do any handling on SSL, so I guess the answer is not.
But you can anyway customize your own WebClient to achieve this.
Anyway, I am happy to add this kind of function into roadmap. Do you have an URL that can reproduce this issue?
I saw that with every https url I need to check certificates, and if you accept all without check, the PlayStore will notify you that your app is unsafe.
Hm, never heard of this. I have published an app already to Playstore and didnt get rejected because of this.
@siralam we can use "file:///android_asset/index.html" for load url?
@LOG-TAG it loads as long as ordinary WebView supports. (And please create another thread for your own question)
what about adblocker, as it is implemented in demo apk ?