[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QT webview will not go fullscreen
[Thread Prev] | [Thread Next]
- Subject: Re: QT webview will not go fullscreen
- From: Claus Dietrich <claus.dietrich@xxxxxxxxxx>
- Date: Sat, 7 Jun 2025 10:48:06 +0200
- To: Gambas MailingList <user@xxxxxxxxxxxxxxxxxxxxxx>
Hi BruceWith this I get a fullscreen for both German TV stations and it solves the geo-blocking problem occuring under GTK3.
|Public Sub Form_Open() FMain.Arrangement = Arrange.Fill WebView1.Expand = True WebView1.Settings[WebSettings.FullScreenSupport] = True 'required for ZDF WebView1.Settings.UserAgent = "Mozilla" WebView1.Url = "https://www.daserste.de/" 'WebView1.Url = "https://www.zdf.de/play/live-tv/sender/zdf-live-beitrag-100" End|
When using QT5 the fullscreen doesn't work and when using QT6 the webview remains blank.
I am on Mint 22. Best regards Claus Am 07.06.25 um 06:58 schrieb Bruce Steers:
I loaded a video URL into it and the media player has a full screen button https://www.ardmediathek.de/liveI don't know if all URLs donut but the Ard one won't full screen with qt 5 or 6Cheers BruceS On Fri, 6 Jun 2025, 23:30 Lee, <t.lee.davidson@xxxxxxxxx> wrote: I get similar error messages with QT6 except for: On 6/6/25 12:29 PM, Bruce Steers wrote: > js: 'HTMLVideoElement.webkitSupportsFullscreen' is deprecated. Please use 'Document.fullscreenEnabled' instead. I have FullScreenSupport enabled. How does one make WebView go full-screen?-- Lee--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: QT webview will not go fullscreen | Bruce Steers <bsteers4@xxxxxxxxx> |
QT webview will not go fullscreen | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: QT webview will not go fullscreen | Lee <t.lee.davidson@xxxxxxxxx> |
Re: QT webview will not go fullscreen | Bruce Steers <bsteers4@xxxxxxxxx> |