Crayovan

Results 2 issues of Crayovan

This (and below for the RetrieveText function) should use `encodeURIComponent` instead of `encodeURI` to avoid losing the `+` characters (they get converted to spaces). https://github.com/salvadordf/WebView4Delphi/blob/2c7dec03305b1fbb966d81911e3c4179d3e1294b/source/uWVBrowserBase.pas#L6215

### What happened? Enabling the `msWebView2BrowserHitTransparent` feature causes the browser to freeze when dragging and dropping a link. ### Importance Blocking. My app's basic functions are not working due to...

bug