629
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 13 Aug 2023
629 points (98.8% liked)
Open Source
31028 readers
727 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
What is the Systems Webview?
@hevov It's basically a system component which display web content. Android, Windows and other OS has this.
So you mean DuckDuckGo is just using the default browser engine?
Windows is probably using Edge/Chromium Mac OS is using WebKit.
That what you mean? I only found an Android app of a browser engine called System Engine.
@hevov No, It's using the Webview Implemantion of the OS, which is different than a OS based on chromium. Since it's function differently, probaly is based on Chromium, but is more like a fork of it. Windows has Edge Webview2 (Which isn't that much related to it), Android has Android Webview or Chrome if Webview isn't installed, you can also install alternative Webviews on Android. About iOS and MacOS, I don't rly know. They have probaly smth with webkit.