[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QT webview will not go fullscreen


On Tue, 10 Jun 2025 at 11:26, Benoît Minisini <
benoit.minisini@xxxxxxxxxxxxxxxx> wrote:

> Le 06/06/2025 à 18:29, Bruce Steers a écrit :
> >
> > |WebView1.Settings.UserAgent = ||"Mozilla"|
> > |WebView1.Url = ||"https://www.ardmediathek.de/live <https://
> > www.ardmediathek.de/live>"|
> > |
> > |
> > does not go fullscreen with the following error message
> >
> > |js: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Please
> > use 'Document.fullscreenEnabled' instead.
> >
> > |
> >
> > It seems okay with GTK3
>


> > Respects
> > BruceS
>
> As the WebView control is Chrome inside a widget, there is no reason
> that browser fullscreen should be supported. It may or may not.
>
> GTK+ and Qt implementations are based on different versions of Chrome (a
> fast moving target that often breaks backward compatibility), different
> versions of Javascript, and provide different APIs.
>
> So depending on which toolkit you use and which version, you will never
> have the same behaviour, the same warnings, and alas Gambas can do
> nothing against that.
>
> --
> Benoît Minisini


Thank you kindly Ben for the explanation.
I'll pass the info on to the others dealing with this.

Respects
BruceS

References:
QT webview will not go fullscreenBruce Steers <bsteers4@xxxxxxxxx>
Re: QT webview will not go fullscreenBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>