RFR: 8275911: Keyboard doesn't show when tapping inside an iOS text input control
Kevin Rushforth
kcr at openjdk.java.net
Sat Oct 30 20:39:35 UTC 2021
On Tue, 26 Oct 2021 11:07:50 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> After [JDK-8245053](https://bugs.openjdk.java.net/browse/JDK-8245053) for Android, this PR applies the same approach on iOS: tapping on a text input control on iOS shows the keyboard, which hides after the control loses the focus.
>
> Now, both platforms have the same behaviour.
>
> Tested on an iOS device.
Changes look OK to me. Since they are confined to iOS-specific files, I'll leave it to @johanvos to review.
-------------
PR: https://git.openjdk.java.net/jfx/pull/653
More information about the openjfx-dev
mailing list