You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AIR app selected as Android launcher show black screen on home button press.
It blocks application usage at all.
It has been tested with multiple AIR versions (even with latest AIR 33.1.1.620) with multiple Android devices with different OS versions with different AIR applications with different architectures.
Same problem in all cases almost every time.
Actual Result:
Application goes to black screen.
Video demonstration:
android_launcher_black_screen_bug.mp4
Expected Result:
Visually nothing happens cause application activity already launched.
Also KeyboardEvent will be dispatched with Keyboard.HOMEkeyCode.
And may be InvokeEvent will be dispatched if needed.
Known Workarounds
none
Some time ago For some other Android devices worked but not 100% times (with AIR 33 now seems it doesn't work at all):
Problem Description
AIR app selected as Android launcher show black screen on home button press.
It blocks application usage at all.
It has been tested with multiple AIR versions (even with latest AIR 33.1.1.620) with multiple Android devices with different OS versions with different AIR applications with different architectures.
Same problem in all cases almost every time.
Related issues (not the same):
#1003
#1002
#698
#6
Steps to Reproduce
Application example with sources and application XML attached.
android_launcher_black_screen_bug.zip
AIR application code:
Application XML:
Actual Result:
Application goes to black screen.
Video demonstration:
android_launcher_black_screen_bug.mp4
Expected Result:
Visually nothing happens cause application activity already launched.
Also
KeyboardEvent
will be dispatched withKeyboard.HOME
keyCode
.And may be
InvokeEvent
will be dispatched if needed.Known Workarounds
none
Some time ago For some other Android devices worked but not 100% times (with AIR 33 now seems it doesn't work at all):
https://docs.airnativeextensions.com/docs/application/general-helpers/#usage
https://forum.starling-framework.org/d/4540-starling-turns-into-black-screen
The text was updated successfully, but these errors were encountered: