webview icon indicating copy to clipboard operation
webview copied to clipboard

Crystal bindings to Webview library

Results 5 webview issues
Sort by recently updated
recently updated
newest added

**Environment** Ubuntu 20.04 64bit Crystal 1.2.2 [6529d725a] (2021-11-10) **Installed pre-requisites** `sudo apt install pkg-config build-essential libgtk-3-dev libwebkit2gtk-4.0-dev` --- To execute the first example on readme, on a void directory, I...

I have no idea what's going on - an incompatible version of webkit? Do you need another debug output? Send me the commands. If I try to compile this: ```crystal...

#hide_console.cr hide_console.cr # Source : https://forum.crystal-lang.org/t/compilation-switch-to-avoid-the-debug-console-under-windows/5356/6 #Usage: ``` require "../webview" require "./hide_console" def runApp() wv = Webview.window(1500, 1000, Webview::SizeHints::NONE, "Hello WebView", "http://crystal-lang.org") wv.run wv.destroy end runApp() ``` #Code : ```...

``` Installing webview (0.2.1) Postinstall of webview: make Failed postinstall of webview on make: make[1]: Entering directory 'C:/Users/serge/Documents/vue-tests/vue-tests-nomodules/crystapp/lib/webview' g++ -c -o ext/webview.o -std=c++11 ext/webview.cc make[1]: Leaving directory 'C:/Users/serge/Documents/vue-tests/vue-tests-nomodules/crystapp/lib/webview' In file...

:wave: @naqvis. Other similar bindings (e.g. ImGui, SMFL etc.) generally have their examples in an `examples` directory and they automate the build of those examples with GH Actions. I think...