Rank: Advanced Member Groups: Member
Joined: 10/10/2016 Posts: 35
|
Hi EO,
How could I restart the browser engine when I'm opening the HTML page? Could I do that if I don't want to close current page?
Thanks & Regards, Qiang
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
No. When an Engine is restarted all WebViews associated to that engine will be destroyed and become unusable. Think of an Engine as an AppDomain --- you can stop it without exiting your process, but once you stop it everything in it will be destroyed.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 10/10/2016 Posts: 35
|
Hi EO,
I got it, thanks.
Regards, Qiang
|