Replies: 1 comment 1 reply
-
Such code helped me:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a webapp which uses an
iframe
(in adialog
) and tries to detect end of user workflow by checking the frame location from an event handler for the iframes load event.This works fine in google chrome, but in CefSharp looking at
loadEvent.target.contentWindow.location
shows a strange object.I assume, this happens because in my CefSharp app the js-app is local, and therefore the iframe is now a cross-origin frame.
Setting
sandbox
or not does not make a difference.Is there anything I can do that will allow me access to the iframe's new location?
I already am disabling web-security in Cef settings...
Beta Was this translation helpful? Give feedback.
All reactions