• Cloudless ☼@feddit.uk
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    That is incorrect.

    Firefox on Android uses GeckoView, which is a reusable Android library that wraps Mozilla’s Gecko browser engine. GeckoView is similar to WebView in some ways, but it has its own APIs and is not a drop-in replacement. GeckoView is full-featured, self-contained, and standards compliant.

    • LoveSausage
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Cool, totally missed that. But the issue of running both still applies right? Double the code. Viewing a site in a app it will use the chrome one ? " Google does not allow a third party to implement the System WebView and the GeckoView API is not compatible with the WebView API in a very meaningful way unfortunately, so this is not possible. "

      https://github.com/mozilla/geckoview/issues/167

      I should probably specified android webview in my original comment…

      • Cloudless ☼@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Viewing websites in Firefox for Android will use GeckoView and GeckoView only.

        Android System WebView is only involved when other applications (not Firefox) calls the WebView API to display web pages. (e.g. when a Lemmy app opens an external link without launching a browser).