When I put an Input textField on stage in an ActionScript Adobe Air and click on it, the softkeyboard comes up but behaves differently in fullscreen landscape. In normal landscape, the softkeyboard comes up and allows me to edit my field without hiding. In fullscreen Landscape, the softkeyboard overlay my text area. How could i achieve fullscreen landscape without hiding my text area?
I have tried the example from adobe 'https://help.adobe.com/en_US/as3/dev/WSfffb011ac560372f6bc38fcc12e0166e73b-7ffe.html' but it doesn't work the way expected.
I also saw some other questions on stack-overflow related to this problem and found some too but i didn't find any solution for this. 'Prevent fullscreen virtual keyboard on Android (Adobe Air app)' etc.