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

Re: QT webview will not go fullscreen


On 6/7/25 12:58 AM, Bruce Steers wrote:
I loaded a video URL into it and the media player has a full screen button
https://www.ardmediathek.de/live <https://www.ardmediathek.de/live>

Oh. I hadn't even tried to play the media; duh.

Well, I can't be of much help. With the following:

[code]
Public Sub Form_Open()

  FMain.Arrangement = Arrange.Fill
  WebView1.Expand = True
  WebView1.Settings[WebSettings.FullScreenSupport] = True
  WebView1.Settings.UserAgent = "Mozilla"
  WebView1.Url = "https://www.ardmediathek.de/live";
  ' WebView1.Url = "https://www.daserste.de/";
  ' WebView1.Url = "https://www.zdf.de/play/live-tv/sender/zdf-live-beitrag-100";

End
[/code]

I get no fullscreen-related errors at all with either Qt5 or Qt6. The fullscreen button (and the 'F' shortcut key) on the first two URL's media players do absolutely nothing - no error, nothing. The third URL requires some confirmation-type popups before presenting the media player. And since I don't read German, I just closed that page.


[System]
Gambas=3.20.3
OperatingSystem=Linux
Distribution=Manjaro Linux
Kernel=6.12.28-1-MANJARO
Architecture=x86_64
Cores=6
Memory=15986M
Language=en_US.UTF-8
Platform=x11
Desktop=KDE
DesktopResolution=96
DesktopScale=7
WidgetTheme=breeze
Font=Noto Sans,10
DarkTheme=False
[Programs]
clang=clang version 19.1.7
gcc=gcc (GCC) 15.1.1 20250425
git=git version 2.49.0
msgmerge=msgmerge (GNU gettext-tools) 0.25
[Libraries]
Cairo=libcairo.so.2.11804.4
Curl=libcurl.so.4.8.0
DBus=libdbus-1.so.3.38.3
GDK2=libgdk-x11-2.0.so.0.2400.33
GDK3=libgdk-3.so.0.2417.32
GStreamer=libgstreamer-1.0.so.0.2601.0
GTK+2=libgtk-x11-2.0.so.0.2400.33
GTK+3=libgtk-3.so.0.2417.32
OpenGL=libGL.so.1.7.0
Poppler=libpoppler.so.149.0.0
QT5=libQt5Core.so.5.15.16
QT6=libQt6Core.so.6.9.0
RSvg=librsvg-2.so.2.60.0
SDL=libSDL2-2.0.so.0.3200.56
SQLite3=libsqlite3.so.3.49.2
[Environment]
[snip]


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


References:
QT webview will not go fullscreenBruce Steers <bsteers4@xxxxxxxxx>
Re: QT webview will not go fullscreenLee <t.lee.davidson@xxxxxxxxx>
Re: QT webview will not go fullscreenBruce Steers <bsteers4@xxxxxxxxx>