Commit fcd08904 authored by Zeno Albisser's avatar Zeno Albisser Committed by The Qt Project
Browse files

Implement requestFullscreen for QQuickWebEngineView.


This patch adds a property isFullScreen and a signal
fullScreenRequested to QQuickWebEngineViewExperimental.
The signal fullScreenRequested is emitted when some web content
requests fullscreen through the javascript API.
The property isFullScreen is supposed to be set
programmatically when the view is being shown fullscreen.
This information is then available to the WebContentsDelegateQt
when checking if the fullscreen request has been accepted.

Change-Id: I04cbb45f263a188d26cc87d70ac53b0fbab63936
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
parent 331b7fa1
Showing with 97 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment