Chromium WebView instead of its own WebView

Can I use Chromium webview instead of native webview in OSX? I guess there are products like Sencha Desktop Packager.

As far as I can tell that there are no convenient libraries / shells, but most OSX dev searches return results for a specific handheld device.

Note
So far I have found CEF and CEFSimpleSample

+4
source share
1 answer

You can use Chromium webview instead of your own webview. But the documentation for encoding such a thing is very rare and poor. The Chromium Embedded Framework Forum is a good place to ask questions.

I highly recommend that you modify CEFSimpleSample because there is a Chromium Webview feature enabled.

+1
source

Source: https://habr.com/ru/post/1489245/


All Articles