Adjust Textfield position when softkeyboard shown in mobile

Hi all , does anyone know best practice to adjust textfield position when softkeyboard shown ?
does this kind of feature already supported in openfl ?
My goal is let user should can see what he/she typing with softkeyboard
Thx all

You may need to scroll the application up so that the TextField displays near the top on focus, based upon the platform.

Our “legacy” codebase had events for when the soft keyboard was shown, and what coordinates, but this isn’t something that is currently supported by the newer (more stable) codebase. This may be something that could be copied over to give more accurate information, but for now, scrolling might do it?