You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Rob Close (JIRA)" <ji...@apache.org> on 2015/10/15 21:00:08 UTC

[jira] [Created] (CB-9811) Android bridge breaks after back button pressed

Rob Close created CB-9811:
-----------------------------

             Summary: Android bridge breaks after back button pressed
                 Key: CB-9811
                 URL: https://issues.apache.org/jira/browse/CB-9811
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 5.2.0, 5.1.1
         Environment: I see this problem on Android 4.4.2/Galaxy Note II
and Android 5.1.1/Nexus 7
            Reporter: Rob Close
            Priority: Blocker


On Android, app is running, and you press home button.  When you return to the app everything continues on.  If you press back button, when you return events from native to JS are no longer fired.

I set two breakpoints in NativeToJsMessageQueue.java: one in reset and one in setBridgeMode.

On app startup, setBridgeMode is called twice.  -1 for the first call and 2 for the second call.

After resuming the app after back button is pressed, reset is called, which calls setBridgeMode(-1).  setBridgeMode is not called again, and the bridge stops working.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org