Android WebView With Reader Mode

后端 未结 1 758
渐次进展
渐次进展 2020-12-21 04:18

i just wanna know can we use chromium features in our Android WebView ? i am curious can we add chromium reader mode features on the WebView when we load some url in webview

相关标签:
1条回答
  • 2020-12-21 05:08

    Previous to Android 4.4, it was possible to enable reader mode in WebView using WebSettings.LayoutAlgorithm.NARROW_COLUMNS or WebSettings.LayoutAlgoritym.SINGLE_COLUMN. However, when WebView was rebased on the Blink engine in Android 4.4 to share the same code base as Chromium these layout options were removed.

    0 讨论(0)
提交回复
热议问题