webview icon indicating copy to clipboard operation
webview copied to clipboard

Updated bindings for Webview for Nim.

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

hello, i checked out this library and it's very good, the best webview implementation for nim. but is there a way to control the webview window, like a way to...

Is there a real world example on how to use this with the react.js framework? using regular js for a real world project isnt very real world

I think there are two minor bugs in current compilation file (compile.bat) at https://github.com/neroist/webview/blob/main/examples/example_application/windows/compile.bat ```cmd :: nim c -d:useRC --cc:vcc main.nim :: nim c -d:usedRC --cc:vcc main.nim # as usedRC...

I was successful in compiling with the bindings and I was wondering how to use [getnativehandle](https://neroist.github.io/webview/#getNativeHandle%2CWebview%2CWebviewNativeHandleKind) to embed the browser in a nigui or uing window. It should be possible,...