Android Webview With Reader Mode
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 like p
Solution 1:
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.
Post a Comment for "Android Webview With Reader Mode"