delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

Support for TLS 1.2? #176

Closed ashley-figueira closed 6 years ago

ashley-figueira commented 6 years ago

Hello,

Does this AdvancedWebView handle support for TLS 1.2 on API levels below 21?

Cumps

ocram commented 6 years ago

No, TLS support is a low-level feature that is handled by the operating system itself, so this library doesn’t differ from the default WebView in that regard. Sorry!