@Sumeet123 wrote:
Is there a way i can avoid back navigation using
$ionicPlatform.onHardwareBackButton
Something like this
$ionicPlatform.onHardwareBackButton(function(e) { e.stopPropagation(); alert('caught'); $ionicLoading.hide(); });
e.stopPropagation();
ande.preventDefault();
are not workingi want to avoid
$ionicPlatform.registerBackButtonAction
Help is appreciated Thanks !
Posts: 1
Participants: 1