RFR: 8242167: ios keyboard handling
Kevin Rushforth
kcr at openjdk.java.net
Mon Apr 6 23:23:30 UTC 2020
On Sun, 5 Apr 2020 14:09:32 GMT, Johan Vos <jvos at openjdk.org> wrote:
> Use JavaFX controls for TextField and TextArea instead of the native iOS ones
> This fixes JDK-8242167
The new `TextAreaSkinIos` and `TextFieldSkinIos ` classes will become part of the public API for IOS, since they are in
the `javafx.scene.control.skin` package. Is this intended, or might they be able to live somewhere under
`com.sun.javafx`?
-------------
PR: https://git.openjdk.java.net/jfx/pull/158
More information about the openjfx-dev
mailing list