Quantcast
Channel: Qt DevNet forums: Qt WebKit
Viewing all articles
Browse latest Browse all 542

How to full screen in a web plug-in

$
0
0
Generally, calling setWindowFlags() and showFullScreen() will be able to achieve it, but do not work in the web plug-in. The OBJECT of HTML limits the width and height of the plug-in, plug-ins can not be full-screen, of course, we can modify the OBJECT width and height to solve this problem, but I do not want to do, there is no other way?

Viewing all articles
Browse latest Browse all 542

Trending Articles