Skip to content

fix back button issue#31

Open
okhiroyuki wants to merge 1 commit intoEddyVerbruggen:masterfrom
okhiroyuki:fix/back-button-issue
Open

fix back button issue#31
okhiroyuki wants to merge 1 commit intoEddyVerbruggen:masterfrom
okhiroyuki:fix/back-button-issue

Conversation

@okhiroyuki
Copy link
Copy Markdown

fix back button issue

when the user clicks the back button on the barcode scanning screen, the onKeyDown (in CaptureActivity) will react to it and the activity will be closed.
But the next Activity will capture the onBackPressed event, therefore it will be closed as well.
So with one back click, 2 Activity are closed.
phonegap/phonegap-plugin-barcodescanner#773

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant