I need adjust some component's position when keyboard is hidden or show
how can I get this notify?
I need adjust some component's position when keyboard is hidden or show
how can I get this notify?
I think the only way might be to check ComponentPeer::findCurrentTextInputTarget() to find out whether something is focused. There's no callback event for it.