The iOS and Android ports of JavaFX have their own copies of the javafx.scene.web classes, such as WebView, WebEngine, etc. This makes it hard to ensure that the public API signature is identical and creates an undesirable maintenance burden.
We should consider refactoring this in Java 9 to eliminate the need for the public classes to diverge, such that the differences are entirely in the com.sun.* implementation classes.
We should consider refactoring this in Java 9 to eliminate the need for the public classes to diverge, such that the differences are entirely in the com.sun.* implementation classes.
- relates to
-
JDK-8098213 [IOS, Android] Changes to fix WebView
- Resolved