A HTML5 WebView component for the Servoy Smart Client. 'svyJFXWebView' is a module of the Servoy Business Application Platform.
To use the svyJFXWebView module download the svyJFXWebView.zip file extract the .servoy files and import them into your workspace. To use the WebView component add the svyJFXWebView module to the active solution; load the HTML5 content into a tabless panel using the svyJFXWebView scope methods:
var webPanel = new scopes.svyJFXWebView.WebViewPanel(elements.tabless);
// load custom HTML5 into the WebView
webPanel.loadContent('<html>Hello WebView !</html>');
// or load url into the WebView
webPanel.load('http://www.servoy.com/');
To use the latest source code clone the git repository and checkout the develop branch. Install the egit plugin for Eclipse to clone the repository and import the projects into the workspace.
The WebView component requires the JFXPanel Bean which is available since Servoy 7.2 or higher. For more details about the JFXPanel look at the Servoy docs
See the Wiki for the available documentation
Found a bug or would like to see a new feature implemented? Raise an issue in the Issue Tracker
Eager to fix a bug or introduce a new feature? Clone the repository and issue a pull request
svyJFXWebView is licensed under MIT License