WebView4Delphi icon indicating copy to clipboard operation
WebView4Delphi copied to clipboard

View Source missing characters

Open Crayovan opened this issue 1 year ago • 0 comments

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

Crayovan avatar May 25 '24 16:05 Crayovan