QtWebEngine/Features: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(add drag and drop info)
Line 22: Line 22:


== Drag & Drop ==
== Drag & Drop ==
''Version'': Qt 5.7.0 onwards
''Description'': Support for HTML5 drag and drop.
''Documentation'': n/a
''How to test'': Try any HTML5 drag and drop demo. E.g. [http://html5demos.com/drag this], [http://html5demos.com/drag-anything that] or maybe even [http://html5demos.com/dnd-upload yon]. [http://html5demos.com/file-api Dragging files into the browser] is not part of HTML5 but also works.


== Printing to PDF ==
== Printing to PDF ==

Revision as of 14:33, 25 April 2016

(Incomplete) list of WebEngine features, and how to test for them.

WebRTC

Version: Qt 5.4.0 onwards

Description: Real-Time Communications (RTC) capabilities via simple APIs

Documentation: -

How to test: Set up a webcam / microphone. Open e.g. https://test.webrtc.org/ in simplebrowser, nanobrowser

PPAPI / Adobe Flash

Version: Qt 5.6.0 onwards

Description: Support for PPAPI plugins, and Flash in particular

Documentation: Pepper Flash Player Plugin Support

How to test: Make sure you have the Adobe Flash PPAPI plugin installed. Launch DemoBrowser, NanoBrowser, and make sure that 'Plugins' are enabled. Load https://helpx.adobe.com/flash-player.html .

Drag & Drop

Version: Qt 5.7.0 onwards

Description: Support for HTML5 drag and drop.

Documentation: n/a

How to test: Try any HTML5 drag and drop demo. E.g. this, that or maybe even yon. Dragging files into the browser is not part of HTML5 but also works.

Printing to PDF

HTML5 video

DRM Protected, widevine plugin

HTML5 Geolocation

Chromium DevTools

Fullscreen

Local Storage

==