Dennis
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. 
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...