Does Android support Webview Spdy V3?

I am developing a hybrid application with an Html5 page loaded by Webview, so I wonder if SPDY / 3 is enabled by default (Android 4.X).

I heard that the Android browser since Honeycomb supports SPDY / 2.

+3
source share
1 answer

Chrome for Android and Chrome Webview for Android support SPDY.

Old Webview does not have SPDY support. If you really need or need to use SPDY on older Android platforms (web browser with support for Chrome 4.4+), you can use your own Java implementation and integrate it into your application. okhttp .

+1
source

All Articles