webview icon indicating copy to clipboard operation
webview copied to clipboard

Nim bindings for https://github.com/zserge/webview

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

this is a neat project it looks like it might be a bit incomplete, or out of date, since methods like `navigate` are not present. is this particular repo still...

The original webview project was updated, functions were removed and a lot changed. The new Webview isn't using C99 but C++ as core languange. Wails (https://github.com/wailsapp/wails) is still using an...

Hi! Webview has issues with the latest gtk version. There is an error message aboit an undefined "invoke" funktion. This error showed up when enabling the debug console: ``` [Error]...

Just wanted to let you know that `zserge/webview` has moved to `webview/webview` and we are starting to invite other bindings to become "official" bindings and join the community.

Make webview functional (can build and not crash) with the new version Has less feature.

what about go() and reload() procs?

nim --threads:on c xx.nim ```import webview, system, os var w=newWebView("test", getAppDir() & "/test.html") thr : array[0..0, Thread[tuple[a, b:int]]] proc threadFunc(args:tuple[a, b:int]) {.thread.}= discard eval(w, "alert('hello')") #Crash Crash Crash discard eval(w,...

macos 10.14.6 git pull nimble sync nimble test _- then clicked "change title"_ > 2019-11-06 16:59:53.035 bindEx[96128:1044693] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSWindow setTitle]: unrecognized selector...

Hi, I am using windows 7 and am getting a strange key error error when running the [`bindEx.nim`](https://github.com/oskca/webview/blob/master/tests/bindEx.nim) test. This is the error: ``` c:\Users\Obr\Desktop\nim_tests\bindEx.nim(48) my_test C:\Users\Obr\.nimble\pkgs\webview-0.1.0\webview.nim(179) run C:\Users\Obr\.nimble\pkgs\webview-0.1.0\webview.nim(127) generalDispatchProc...