It looks like the webview component uses the system webview in a manner similar to https://github.com/webview/webview . Would it be possible to extend the nappgui webview API to support:
- Injecting Javascript and exposing application functions to the webview (
webview_eval, webview_bind, webview_unbind, webview_return)
- Directly setting the HTML content for the webview from a string (
webview_set_html)