Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
Hi,
is there a way to open Chrome with window.open() and give back a handler to this window. I tried it with void WebView_NewWindow(object sender, NewWindowEventArgs e){ e.Accepted = false; System.Diagnostics.Process.Start(e.TargetUrl); } but so I cannot control the new window
when I try it with the following code, I get an error var printwWindow = $window.open(pdfUrl); printwWindow.print();
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
|
Rank: Member Groups: Member
Joined: 12/2/2015 Posts: 25
|
Hi,
thank you.
but there is no way to open the native chrome and interact with this window?
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
No. EO.WebBrowser and Chrome are basic on the same codebase but they are two completely separate applications. There is no dependency/communications between the two.
|