Hi,
JUCE is using the keyboard type UIKeyboardTypeAlphabet
(a.k.a. UIKeyboardTypeASCIICapable
) for the type TextInputTarget::textKeyboard
.
UIKeyboardTypeAlphabet
is deprecated and prevents some international non-ascii keyboards to be included in the selector.
It should instead use the UIKeyboardTypeDefault
.