7 ms·
Chromium is open source and both Google and Microsoft do whatever they want to it as part of developing their browsers. WebKit on iOS is a closed source blob of
by scraplab 3y ago
Chromium is open source and both Google and Microsoft do whatever they want to it as part of developing their browsers. WebKit on iOS is a closed source blob of rendering engine and assorted bits that it is not possible to deeply extend or alter.
- sunnybeetroot 3y agoNone of what you said is incorrect.
- mirashii 3y agoWebKit is also open source. https://webkit.org/ https://webkit.org/
- acchow 3y agoYes, you can use open source WebKit to make a browser for Windows or Mac. You cannot for iOS. On iOS, you have to use the WebKit framework. Your app will not be compiled with any WebKit open source code.