what alternatives to google.android.webview do we have?

are there any actual open source apps that i can install to replace it?

    • Redjard
      cake
      link
      fedilink
      111 months ago

      Isn’t that for developers to replace reliance on webview rather than users to replace their webview implementation?

  • MarcDW
    link
    fedilink
    211 months ago

    If you are rooted with Magisk then you can install an alternate webview. As mentioned the Bromite webview is stalled. Mulch webview (from DivestOS) is regularly updated and has been added to Open WebView module.

    I use Mulch SystemWebView Overlay on my ROMs. It is a straight flashable zip but with alternate ways of installing if it does not work (like via adb). A Magisk module is also available. I use Mulch webview on all ROMs including Oreo. I do not run OEM stock so no comments/ideas on that front.

    Once the webview is installed and visible it can be updated regularly using your preferred F-Droid client with Divest OS repo added.

    GitHub - A4Alpha/mulch-webview-overlay: Easily install the security-hardened Mulch SystemWebView from DivestOS

    • merde alorsOP
      link
      111 months ago

      i tried to get my android to see mulch as a webview option but i couldn’t 😒

      • MarcDW
        link
        fedilink
        1
        edit-2
        11 months ago

        What ROM and what method did you use to install it?

        On my ROMs/devices the zip from the link I posted never worked. Since all of my ROMs (custom, not OEM stock) are rooted I just manually placed the overlay apk where it needed to be (usually /vendor/overlay/ and permission set to 644) and then installed Mulch WebView. Reboot for good measure and it was available under Developer Options.

        If not rooted then I figure the adb method should work.

        The aforementioned Open WebView magisk module, which I’ve used in the past for Bromite, fails to install currently.

  • Redjard
    cake
    link
    fedilink
    211 months ago

    There was bromite but that seems to have died. open webview has some similar webview replacements I think, but I havent gotten it to install yet so can’t promise anything.

    • merde alorsOP
      link
      111 months ago

      iiuc i need to root my fone to use magisk and open webview ?

      • Redjard
        cake
        link
        fedilink
        111 months ago

        Yes, webviews need some configuration in the system partition to be used as such. To change or overlay the system partition you need root

  • tubbadu
    link
    fedilink
    English
    16 months ago

    If I remember correctly GrapheneOS develops their own chromium fork called Vanadium, that also provides a webview. I don’t know if it’s installable on other ROMs tho