Android Back Button Issue #3172
Unanswered
piyushpandey-kiwi
asked this question in
Q&A
Replies: 1 comment 4 replies
-
what does "nothing works" mean? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using capacitor plugin with angular 8 and when i click on back button in android then nothing works. Please suggest asap.
I am using this code in app.component.ts
App.addListener('backButton', (res) => {
console.log('back res', res);
});
Beta Was this translation helpful? Give feedback.
All reactions