[ 
https://issues.apache.org/jira/browse/CB-13947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507852#comment-16507852
 ] 

Eric Corson commented on CB-13947:
----------------------------------

I would like to contribute to this issue so if possible could you please assign 
me to it? [~bowserj]

 

[~CReichenbach] I tried to replicate the issue but I was unable to get the same 
behaviour. I added and removed a listener on backbutton but once the listener 
was removed, tapping the back button closed the app. Could you give some more 
details of how to replicate it?

> Back button behavior doesn't revert to default when removing listeners
> ----------------------------------------------------------------------
>
>                 Key: CB-13947
>                 URL: https://issues.apache.org/jira/browse/CB-13947
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android, cordova-js
>    Affects Versions: cordova-android-7.0.0
>            Reporter: Cedric Reichenbach
>            Assignee: Joe Bowser
>            Priority: Major
>
> When adding a {{backbutton}} event listener to {{document}}, Cordova disables 
> default back button behavior (which is usually closing the app).
> Later, when removing the last event listener, it should re-enable default 
> behavior, but does not.
> h2. Technical details
> Internally, cordova seems to use a channel to handle document event listener 
> registrations, which should update the override state on every listener 
> addition/removal: 
> [https://github.com/apache/cordova-android/blob/eddad666ff60129bf716cee61c24d3d65741640f/bin/templates/project/assets/www/cordova.js#L1664]
> However, debugging indicates that {{onHasSubscribersChange}} is only 
> triggered once, when adding a listener for the first time, but never on 
> removal.
> h2. Workaround
> As described [here|https://stackoverflow.com/a/49087662/1090166], one can 
> manually update the override state, e.g. to disable:
> {code:javascript}
> navigator.app.overrideBackbutton(false);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to