Steffen André Langnes
Steffen André Langnes
I am positive to preparing for a release and focusing more resources on improving stability. Here are my immediate thoughts on the proposal. I realize that the following may be...
> Could publish webview as a MINGW package for MSYS2? It is a cool idea but to do it properly I imagine that the WebView2 SDK and maybe runtime would...
BUG: No window is displayed if minimum or maximum bounds is set on windows width and height on macOS
@thewebdev, can you please show exactly how you called `webview_set_size`?
@dandeto Thanks for the feedback! I am also leaning toward always using C++ exceptions. As long as it is documented then it should be fine. I will consider that point...
In order to detect leaks I installed the latest version of LLVM with Homebrew, compiled the basic example with ASan enabled and ran the basic example with leak detection enabled....
There is currently no support for this in the core library but given that the native window handle is exposed by the library then I think you could implement this...
I do not know if this is still relevant for you but I suspect the time it could become a problem is when the user of the library has created...
The library *does* run a message loop temporarily just for WebView2 initialization regardless of whether you call `webview_run()`. `ICoreWebView2CreateCoreWebView2ControllerCompletedHandler` will therefore have been invoked already by the time you would...
The scripts now support overriding dependent or implied options from the command line. This means that by default e.g. `--test` implies `--build-tests` which implies `--build` every time except when you...
Thanks for taking a look at it. It took a few sleepless nights. :) Build output goes into the `build/` directory which is still in the `.gitignore` file. Nuget stuff...