-
Notifications
You must be signed in to change notification settings - Fork 55
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
Feature request: WPF WebView2 compositioning #197
Labels
Comments
david-risney
changed the title
How to enable compositioning on WPF WebView2 preview1 package?
Feature request: WPF WebView2 compositioning
May 22, 2020
Apologies we do not have WPF compositioning yet. The previous issue #23 probably shouldn't have been closed but it was confusing with lots of other people talking about .NET support more generally. We can leave as is and use this GH issue to track WPF compositioning. Thanks for opening this! |
any updates? |
We're tracking this in #286 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Congrats release first public preview1 package for WebView2!
I tested WPF compositioning with WebView2 package, but couldn't do that... (Related #23)
Is it with implicitly requirements?
Test code is here (target frameworks tested net462 and netcoreapp3.1):
https://github.com/kekyo/WebView2CompositionTest
Result 1: Compositioning successful each TextBlocks. (Overlapped text lines)
Result 2: Compositioning failure both a WebView2 and a TextBlock. (Hided TextBlock behind WebView2)
AB#25254665
The text was updated successfully, but these errors were encountered: