diegoveloper/flutter_keyboard_actions

Custom Keyboard Focus Issue

Ogre-Knight opened this issue · 2 comments

Hi there!
I am trying to develop an app with a Custom Keyboard.
But there is a little problem.
Create a container that receives input using a custom keyboard and a general text field.
And when you click Container after giving focus to the Text Field, the keyboard comes up, then loses the focus automatically and the keyboard goes down again.
How to solve this problem?

custom_keyboard_problem.mp4

I think this could be a stackoverflow question, try there

Hi @Ogre-Knight

Were you able to find the issue for this. We are also facing this ? It happens for android and not for iOS.