Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.82k stars 821 forks source link

Keyboard don't show up when textfield is clicked [Android 9] #1062

Open megajogos opened 4 years ago

megajogos commented 4 years ago

The keyboard stopped to show up in Android 9 devices using android target version 29.

The event SoftKeyboardEvent.SOFT_KEYBOARD_ACTIVATE is called but the keyboard don't appear.

We have tested using adobe air 32 in cpu and gpu mode.

Anyone know any workaround?

PrimaryFeather commented 4 years ago

Hm, I haven't heard of this issue before! Have you tried using AIR 33? It has recently been released and can be obtained here: https://airsdk.harman.com/

urthling commented 3 years ago

Bug still exists but there is a workaround using an ANE developed by distriqt https://github.com/Gamua/Adobe-Runtime-Support/issues/535