Skip to content Skip to sidebar Skip to footer

How To Enable HTML5 Local Storage In Javafx WebView

Is there a way to enable HTML5 local storage on a javafx 2.2 WebView? Whatever I do it seems that local storage is disabled/not available for the WebView supplied by javafx. I even

Solution 1:

HTML5 local storage functionality is not implemented for JavaFX 2.2 WebView so there is no way to enable that feature with that JavaFX version.

HTML5 local storage is currently being implemented in WebView for Java 8, you can get a preview version to test out functionality as it is implemented.

The feature tracking issues related to this are:

The JavaFX issue tracker requires a login to access, but anybody can sign up from the login page.


Post a Comment for "How To Enable HTML5 Local Storage In Javafx WebView"