Quote Originally Posted by saturnian View Post
Hello,

Using RC6 cWebView2 with the latest Evergreen version of Webview2, on some sites (especially Google sites: Google News, Google Play Store ...) the DocumentURL and DocumentTitle properties remain an empty string once the page is completely displayed.
This does not happen with old fixed versions of webview2 !
Have you encountered this problem?
Is this a Microsoft regression or an RC6-Webview interface problem or Google sites issues ?
I was able to reproduce that, and the reason is, that Google since a few weeks apparently insists (on some of their Sites) on "higher security" for the eval-function (when called from "self-assigned scripts" - which I use so far, to resolve window-Properties via jsProp Get/Let - as e.g. jsProp("document.title").

Came up with a workaround for the Eval-Function (which formerly worked behind WV.jsProp Get/Let) -
and it will be present in the next Release 6.0.10... (want to wait until SQLite 3.37 gets released at december 1'th)

Olaf