I was able to reproduce the freezing issue with the SimpleBrowser demo using the following steps:
1. Load up SimpleBrowser demo project and at the bottom of uSimpleBrowser.pas before GlobalWebView2Loader.StartWebView2; add this line:
Code: Select all
GlobalWebView2Loader.AdditionalBrowserArguments := '--enable-features=msWebView2BrowserHitTransparent';
3. Click and hold the mouse down on any links on the page (Like the top "Learn more about third party cookies" link), drag it down the page a little then release the mouse button.
4. At this point the browser is frozen. Scrolling with the mouse works, but nothing can be clicked in it.
Any ideas?