Hi there,
I just ran into an issue this morning: When using Ionic deploy, the app reloads, shows my new changes and everything still works as expected. However, the hardware back button (android) doesn’t seem to do anything.
adb logcat registers the event but the app doesn’t seem to listen to it.
D/InputReader( 486): Input event: value=1
I/InputDispatcher( 486): Delivering key to current input target: action: 0x0
I/InputDispatcher( 486): Delivering key to current input target: action: 0x0
I/InputDispatcher( 486): Delivering key to current input target: action: 0x0
D/InputReader( 486): Input event: value=0
I/InputDispatcher( 486): Delivering key to current input target: action: 0x1
I/InputDispatcher( 486): Delivering key to current input target: action: 0x1
I/InputDispatcher( 486): Delivering key to current input target: action: 0x1
PS: I tried $ionicPlatform.registerBackButtonAction: same issue.
Any ideas?
Thanks