Rank: Newbie Groups: Member
Joined: 8/22/2017 Posts: 3
|
We have a third party web application which depends upon document.visibilityState and visibilitychange event of document to work correctly.
This event and the associated property is handled appropriately when Tabs are changed on Chrome Browser. However, I am unable to find any properties or functions which I need to set or call once user changes tabs in my implementation of EO Browser for Winforms.
I have tried to set the Visible property of WebControl to False (for the associated tab which is losing focus) and True (for the associated tab which is having focus) when the user changes tabs, but to no avail.
The document.visibilityState property is read-only and hence can’t be set manually via EvalScript as well.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
This is not currently supported (along with tab API). Sorry about it! :(
|