Anasthase / TintBrowser

223 stars 107 forks source link

Old webview for Kitkat. #49

Open equeim opened 10 years ago

equeim commented 10 years ago

Is it possible to build browser with integrated webview for android 4.4 (kitkat now uses chromium webview which is a lot slower and doesn't support text reflow)

Anasthase commented 10 years ago

I'm not sure this is even possible... Or it is ? I may have a look, but i doubt it.

ElementW commented 10 years ago

@Anasthase It's not yet possible but have been requested in the Android bugtracker. However, as 4.4 is already released and the switch to Chromium WebView was a heavy change, getting the legacy WebView will only be possible in next versions. (And anyway, it's unlikely Google rolls back their changes even if it's highly requested) A workaround would be to bundle a compiled WebKit library and its wrapping Java code, it has advantages but more disadvantages: