Question

I am developping Hybrid App with Html5 page loaded by Webview, So I wonder if SPDY/3 is enabled default(Android 4.X).

I have heard that Android Browser since Honeycomb supports SPDY/2.

Was it helpful?

Solution

Chrome for Android and Chrome Webview for Android both support SPDY.

Old Webview does not have SPDY support. If you do want, or need to, use SPDY on older Android platforms (Chrome powered Webview is 4.4+), you can use a native java implementation and integrate that into your app - e.g. okhttp library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top