Open WebView - XDA Thread
This module helps you to replace your system webview though Magisk.
This fork focus on bring back Bromite system webview support, which is deprecated in in main repository, and implent overlay suppoert for it.
ATTENTION! There is a bug that still needs to be fixed where sometimes you may find that the installed webview doesn't work. To fix this bug you need to manually install the webview, to do this just:
- go to fdroid and re-download the latest version
- manually download the apk and install it
Before flash module, please read below:
I AM NOT RESPONSIBLE SOME YOUR FEATURE FROM YOUR DEVICE IF DOESN'T WORK PROPERLY. BEFORE FLASH THE MODULE, PLEASE READ LINE CODES AND SELECT GOOGLE SERVICES YOU NEEDS. YOU ARE FLASHING THIS MAGISK MODULE AND ITS YOUR CHOICE TO DO IT OR NOT TO DO IT AND YOU'RE THE ONE DOING IT. I JUST WANT TO HELP OTHERS OUT.
- Android 8+
- Magisk 20.4+
- [OxygenOS 12.x]
- [LOS 18.x]
- [LOS 19.x]
- [LOS 20]
- other not tested may can be install successful but it need to be proved, if your devices are bootloader unlocked and OS got rooted.
If you found this helpful, please consider supporting development with a coffe. Alternatively, you can contribute to the project by reporting bugs and doing PR. All support is appreciated!
- Works on any device running Android 8.0+ and Magisk 20.4+
- Replace the webview with one of:
- Bromite WebView [Deprecated in main repository from 2.3.0]
- Mulch
- Vanadium
- Clone the repository
- Run the script:
./create-module.sh
Copyright 2023 F3FFO, porsche613 and other contributor.
The source code is available under GPL-3.0
- Re-add Bromite system webview with overlay support.
- KernelSU compatibility. Thanks to @amteza
- Bug fix
- Remove Bromite webview
- Re-add overlay inside module
- Add Android 14 support for Vanadium
- Add Vanadium webview
- Add SHA256 integrity check for Mulch
- Get always last release of bromite
- Bug fix
- Add Mulch webview
- Add status in the module description
- Update bromite to v108.0.5359.156
- Bug fix
- Reworked the installation logic
- Add cleaning logic for dalvik cache
- Update bromite to v106.0.5249.163
- Bug fix
- Add curl binary
- Bug fix
- Bug fix
- Initial release