On Tue, 26 Oct 2021 11:07:50 GMT, Jose Pereda <jper...@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. This pull request has now been integrated. Changeset: 7d6493bf Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/7d6493bf8219d8f57b4da07ca2bfe2d3422dd827 Stats: 90 lines in 2 files changed: 60 ins; 2 del; 28 mod 8275911: Keyboard doesn't show when tapping inside an iOS text input control Reviewed-by: jvos ------------- PR: https://git.openjdk.java.net/jfx/pull/653