registerBackButtonAction can`t work

$ionicPlatform.registerBackButtonAction(function (event) {
event.preventDefault();
event.stopPropagation();
alert(123456);
},1);

i add crosswallk ,please help me

try to increase priority to 100.

i have try edit it to 100 but still dont work

i’m having the same problem, have you found out what was wrong?