webview_ruby
webview_ruby copied to clipboard
WebViewRuby is a library that provide bindings for webview/webview a tiny tiny cross-platform webview library to build modern cross-platform GUIs
Adding conditions and libs needed for compiling in windows envs
The [Rakefile](https://github.com/Maaarcocr/webview_ruby/blob/main/ext/Rakefile) that compiles the extension needs to be updated to have the correct flags for windows and linux. More info about the correct flags here: https://github.com/webview/webview#webview-for-cc-developers
`alert("something")` is not working either from console or `webview.eval("alert('something')")`
* added possibility to get the return value from ruby within JavaScript * updated to libwebkit-4.1, because of Ubuntu 24.04 * updated README