The current code will popup the ios native keyboard when a TextField/TextArea is used, but it will also overlay the JavaFX control with a native control.
As a consequence, additional javafx characteristics are ignored (e.g. the background of the TextArea, the font size, the styling,...)
It would be better to use the native ios keyboard, but keep the JavaFX controls .
As a consequence, additional javafx characteristics are ignored (e.g. the background of the TextArea, the font size, the styling,...)
It would be better to use the native ios keyboard, but keep the JavaFX controls .