WebViewSuite icon indicating copy to clipboard operation
WebViewSuite copied to clipboard

What about SSL Errors?

Open chemickypes opened this issue 7 years ago • 6 comments

Does this library handle Ssl connection without any error of certificates?

This issue is the example.

chemickypes avatar Jan 18 '18 14:01 chemickypes

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?

siralam avatar Jan 24 '18 01:01 siralam

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.

chemickypes avatar Jan 26 '18 09:01 chemickypes

Hm, never heard of this. I have published an app already to Playstore and didnt get rejected because of this.

siralam avatar Jan 26 '18 09:01 siralam

@siralam we can use "file:///android_asset/index.html" for load url?

LOG-TAG avatar Jul 17 '18 18:07 LOG-TAG

@LOG-TAG it loads as long as ordinary WebView supports. (And please create another thread for your own question)

siralam avatar Jul 18 '18 01:07 siralam

what about adblocker, as it is implemented in demo apk ?

iamfarhank avatar Oct 27 '18 11:10 iamfarhank