Welcome Guest Search | Active Topics | Sign In | Register

Full screen Mode issue Options
Francesco Marra
Posted: Monday, June 29, 2020 2:12:37 PM
Rank: Newbie
Groups: Member

Joined: 5/3/2019
Posts: 7
I have an issue when the user turn on the full screen mode. After some click the software get stuck without error. Is there a way to handle this problem? Version 19.1.25
Francesco Marra
Posted: Tuesday, June 30, 2020 9:38:08 AM
Rank: Newbie
Groups: Member

Joined: 5/3/2019
Posts: 7
is there a way to send the full screen webview inside a new webview? if yes how? I don't understand how to handle the fullscreen:

Quote:
void fullscreenhandle(Object sender,FullscreenModeChangedArgs e) {


if (e.Fullscreen)
{

e.ShowExitInstruction = false;
fullscreencontrol.Visibility = Visibility.Visible; //this is my webcontrol to handle the full screen
}
else {
//close full screen
}
}


I think that the problem is related to an high use of CPU. It's like if I have the same html5 Game open in the webview and the full screen.
When I press ESC it takes 6/8 min to escape.
eo_support
Posted: Tuesday, June 30, 2020 9:58:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

I believe this issue has already been fixed in the current build. Please download it from our download page and let us know how it goes.

Thanks!
Francesco Marra
Posted: Wednesday, July 1, 2020 7:58:18 PM
Rank: Newbie
Groups: Member

Joined: 5/3/2019
Posts: 7
unfortunately I can't use a different version. Is there a way to show the full screen content in another webview?
eo_support
Posted: Thursday, July 2, 2020 6:09:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

This issue was resolved in 19.2.91. So you have to use that version or newer. Because we provide free upgrade for one year, your license does cover this build (and some 2020 builds too). We can provide you the download location of this build if you would like.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.