webview_deno icon indicating copy to clipboard operation
webview_deno copied to clipboard

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs

Results 31 webview_deno issues
Sort by recently updated
recently updated
newest added

Setting Webview(false) does not stop the dev tools from opening on windows. Deno 1.35.2

# Motivation Due to file lock of Webview2Loader, only 1 instance of webview can run for a given execution path # Changes - Rewrite the preload function in ffi.ts -...

Hi, I'm new to deno and to webview, I've read the documentation and didn't found a way to configure the view to render in headless mode, is it something feasible...

If I try to run webview in a webworker, I get: ``` Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main...

Hey there, I'm having somewhat of a hard time playing around with this. I've managed to get a codebase working with the examples provided in this repo and wanted to...

the env name should be more absolute than `PLUGIN_URL` https://github.com/webview/webview_deno/blob/9c3bff67c0b6ba2b5dc6066c15b3117da6ad7c68/src/ffi.ts#L4-L7 this env holds the folder of `libwebview.so` so rename to ... `WEBVIEW_DENO_LIBWEBVIEW`? `WEBVIEW_DENO_LIB`? `DENO_LIBWEBVIEW`? `DENO_WEBVIEW_LIB`? also its not an (optional)...

be more verbose on errors ```diff deno task build Warning deno task is unstable and may drastically change in the future Task build deno run -A --unstable script/build.ts +Running "pkg-config...

I don't in webview doc example how to add icon for the app. I think we can create desktop app by generating html using oak+spa

enhancement

`FinalizationRegistry` support to automatically destroy webview instances

enhancement