[SOLVED] Application.RequestFullScreen() and Application.CancelFullScreen() not active

Answered Closed
0
0

Hi Wisej,

I try Application.RequestFullScreen() and Application.CancelFullScreen(). But it is not active.

You can check my app.

Thank you.

  • You must to post comments
Best Answer
0
0

It’s not a bug. It works well in all browsers that support fullscreen mode. Chrome lets you do it in an ajax call. Edge doesn’t allow it so you need to use client side events. See attached screenshot. You can either us the method we provide (Wisej.Core.requestFullscreen – which is already browser independent) or use the javascript API directly, which is not browser independent. https://www.w3schools.com/howto/howto_js_fullscreen.asp

 

Attachment
  • You must to post comments
0
0

Hi Huỳnh,

I’m able to replicate the issue in Internet Explorer, FireFox, and Microsoft Edge in 2.1.15.  Just to verify, what version of Wisej are you using and what browsers?

I’ve logged the issue as bug #2049.

Best,

Levie

  • You must to post comments
Showing 2 results