Hi,
I want to be able to prevent the virtual keyboard from going fullscreen in landscape mode in my Air application on Android.
There is a way to do this in native Android development using "IME_FLAG_NO_EXTRACT_UI
" that is covered in this forum post: http://stackoverflow.com/questions/4336762/disabling-the-fullscreen-ed iting-view-for-soft-keyboard-input-in-landscape
Does anyone know of a solution to this in an Air application (extensions included) ?
Thanks,
Karl