ment.
>
> Note that a JavaFX application Stage can become full-screen via
> Stage.setFullScreen(true). If you set up your scene graph with a
> StackPane as the root and a WebView node is the only child of the
> root, then you should be able to accomplish the same thing.
>
>
http://bugs.java.com, ID's of JI-9028282 and JI-9028283.
Boyd
-Original Message-
From: BoydEdmondson-NebulaSoftware
Sent: January 5, 2016 5:31 AM
To: 'Guru Hb'
Cc: 'openjfx-dev@openjdk.java.net'
Subject: RE: Full Screen Mode in JavaFX WebView
setPrefWidth
setPrefWidth/Height() do not help.
I submitted a request for enhancement to support
https://fullscreen.spec.whatwg.org.
I submitted a bug for WebView hanging on http://browserbench.org/JetStream
compliance test.
Boyd
-Original Message-
From: BoydEdmondson-NebulaSoftware
Sent
I'll give that a try, thanks.
The application works fine in all other browsers I've tested. It just fails in
WebView. I'll log defects as you suggest.
Boyd
-Original Message-
From: Guru Hb [mailto:guru...@oracle.com]
Sent: January 4, 2016 8:33 AM
To: BoydEdmondson-Ne
I have a custom Java application that uses JavaFX WebView to create a web
browser (which uses WebKit). I am trying to get the browser full screen mode
to work (https://fullscreen.spec.whatwg.org/).
How can I get full screen mode to work in WebKit?
I'm also trying to get WebKit's Web Inspec