Dennis

Results 35 comments of Dennis

@AKK9 I have updated the port. Take a look at this version. https://github.com/dos-ise/UWPHook/releases/tag/Port

this is the same issue as this. https://github.com/litedb-org/LiteDB/issues/2528

Here is an Examlpe Repo cleary showing the problem. https://github.com/dos-ise/LiteDB_ThreadSafetyTest

This is quit a problem for us. We try to display a dialog over the webview2. And the webview2 blocks our dialogs. ![image](https://user-images.githubusercontent.com/20043350/111590254-28a35800-87c6-11eb-952b-e2c27645581e.png)

It seems the double click does not properly work in the composite control. This html is working fine in the regular webview2 control but not in the composite control. The...