ifcwlme
Results
2
comments of
ifcwlme
I come up with another workaround that support `defaultHref `. Use the `` and here is my code with jQuery: ``` let call_history_back_after_nav_div_change = false; $(function(){ $('ion-nav')[0].addEventListener('ionNavDidChange', function(){ if (call_history_back_after_nav_div_change)...
Thanks, I will try it.