You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "George Konnov (Created) (JIRA)" <ji...@apache.org> on 2012/04/07 12:31:15 UTC

[jira] [Created] (FLEX-43) App cloasing on back key in Android

App cloasing on back key in Android
-----------------------------------

                 Key: FLEX-43
                 URL: https://issues.apache.org/jira/browse/FLEX-43
             Project: Apache Flex
          Issue Type: Bug
         Environment: Android 2.3, Android 4, Air 3.1, Air 3.2 on Galaxy Nexus and Xperia Ray
            Reporter: George Konnov
            Assignee: Bertrand Delacretaz


App is closing on android when keyboard is active and user press back button twice.
It's very important for app with multiple views, but it's also actual for every type of mobile app except pure mobile as3.
Way to reproduce:
1) Activate keyboard at the second view in textInput.
2) Press back. (Keyboard will disappear.)
3) Press back. App will exit, but it' will not return to the previous view, as it should be.

There is no such issue in emulator.
Sample project: http://francisaltomare.com/_etc/TestBackKey.fxp
I can attach pure as3 project and standard mobile application project with such issue if it is needed.

I've briefly reviewed flex source and I can't say if it is a flex problem or the problem in air and flex interaction, but in pure AS project there is no such issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira