$ionicHistory.goBack(); is working properly in web browser. in android phone it is not working properly.
for 1 history it ok. if two history back is used it is not working. then it is not workingPlease help me. this is urgent.
Hi,
Did you tried to use this instead? :
window.history.back()
Yes. i tried.
history.go(-1);
navigator.app.historyback();
is working. but transition is very ugly. it is flicker two times and goes back
You may need to paste your code here and also use ADB (If you use Android) and read the log error happening in your device/emulator when you tap on the back button.