I am beginer in Ionic .
This the code iam used for Backbuttun
and this the controller code
$scope.OnBackButton=function(){
navigator.app.backHistory();
I am beginer in Ionic .
This the code iam used for Backbuttun
and this the controller code
$scope.OnBackButton=function(){
navigator.app.backHistory();
try this
$ionicPlatform.registerBackButtonAction(function (event) {
$ionicHistory.goBack();
},100);
@nitishrajput01 thanks for your answer , Can you explain ?
I am a begginer
Here is reference