-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a working webview again #246
Comments
Researching this further, I've gathered two facts:
That leaves us with Mulch which is what divestOS uses. Apparently it uses GMS deps though? :/ |
Adding the webview requires adding an overlay with the webview provider specified: We have infra for this in robotnix already in the webview module, we seemingly just need to wire up the APK? |
Open
Atemu
added a commit
to Atemu/robotnix
that referenced
this issue
Dec 28, 2024
We don't have a working webview which would mean you'd need to install one yourself at runtime. LOS ships a prebuilt webview, let's simply use that. Fixes nix-community#246
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Robotnix currently cannot provide a working webview because nobody has touched anything Chromium related since Daniel stopped working on it.
We should provide some modern webview by default such as Mulch, cromite or something like that. Pre-built would be fine for now until someone wants to take on from-source builds again.
The text was updated successfully, but these errors were encountered: