Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support WebView2 non client area APIs #1245

Closed
Legend-Master opened this issue May 8, 2024 · 4 comments · Fixed by #1262
Closed

Support WebView2 non client area APIs #1245

Legend-Master opened this issue May 8, 2024 · 4 comments · Fixed by #1262

Comments

@Legend-Master
Copy link
Contributor

Legend-Master commented May 8, 2024

Add support for WebView2 non client area APIs

https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=win32cpp#10242047

@amrbashir
Copy link
Member

The linked API is for composition API which we can't use atm because it doesn't support Windows 7

@amrbashir
Copy link
Member

Also these APIs exist so as a way to forward WM_NCHITTEST to Webview2 not the other way around.

@Legend-Master
Copy link
Contributor Author

Can we at least support the setting that enables app-region css property?

https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2settings9?view=webview2-1.0.2478.35

@amrbashir
Copy link
Member

yeah sure, we can enable it by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants