|
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
|
|
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.
|
|
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!
|
|
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?
|
|
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!
|
|