ion.tabs
ion.tabs copied to clipboard
back button support
navigate between tabs, when you press back the url changes but not the active tab
Hi, ok.
hi @IonDen any update on this one i was planing to use some tabs soon and yours is the top candidate
thanks in advance for any feedback
Hi, in one or two week will be patch i think.
great news thanks
I think the only thing you have to change is adding getUrl callback to hashchange event like so:
$(window).on('hashchange', getUrl);
It has decent support, so most people won't even need a polyfill.
#3 Implements this.