webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce interference with user-owned window

SteffenL opened this issue · comments

See existing discussion in PR #1049 as well as macOS solution. We should do the same for Linux and Windows.

In short, leave it up to the user of the library to handle window visibility and focus.

Related PRs:

With the work done in the PRs mentioned above, this can be considered as resolved.