Hi,
Do we have option to use nested web view tags.
I have a website[abc.com] which is loading third party website[xyz.com] in Iframe [cross domain].
due to same origin policy many websites are not opening inside iframes.
Either I need to disable iframe security or use nested webview
Is it possible in electron if yes can some one share a working sample ?
Thanks
Jk