neoblackxt/AnyWebView

Request: add other Chromium browsers

Closed this issue · 3 comments

Vivaldi, Edge, Kiwi browser, Opera, Via Browser and even Yandex?

https://github.com/kiwibrowser/src.next

https://github.com/tuyafeng/Via

None of them is a system webview. Refer to learn more section in Readme.

FOSS Browser is also a WebView. Small app. Has adblocking and other features.

https://github.com/T8RIN/browser

https://github.com/scoute-dich/browser/

It's on F-Droid

FOSS Browser is also a WebView. Small app. Has adblocking and other features.

https://github.com/T8RIN/browser

https://github.com/scoute-dich/browser/

It's on F-Droid

It is a browser, not a webview. A webview would have code similar to the following in its AndroidManifest.xml

<meta-data android:name="com.android.webview.WebViewLibrary"
                       android:value="{{ webview_lib }}" />