Re: RFR: 8275911: Keyboard doesn't show when tapping inside an iOS text input control

2021-11-04 Thread Johan Vos
On Tue, 26 Oct 2021 11:07:50 GMT, Jose Pereda 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. >

Re: RFR: 8275911: Keyboard doesn't show when tapping inside an iOS text input control

2021-10-30 Thread Kevin Rushforth
On Tue, 26 Oct 2021 11:07:50 GMT, Jose Pereda 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. >

RFR: 8275911: Keyboard doesn't show when tapping inside an iOS text input control

2021-10-26 Thread Jose Pereda
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