Issue with TextEditor on Phone

Hi,

I have a component that simply contains a TextEditor to let the user type text.

The problem is this:
The component is displayed inside a CallOutBox when the user clicks a button. As soon as the box appears, the TextEditor immediately grabs focus, but the on-screen keyboard does not show up, so the user can’t type anything.

Even if the user clicks on the TextEditor (which already has focus), the keyboard still doesn’t appear. The only way to make the TextEditor lose focus is to click somewhere outside it, but that closes the CallOutBox.

So, in conclusion, the user has no way to type into the TextEditor.

Any hints?
Thanks in advance.

I’m using JUCE 8.0.9

1 Like