문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top