ion.tabs icon indicating copy to clipboard operation
ion.tabs copied to clipboard

back button support

Open quasiperfect opened this issue 11 years ago • 6 comments

navigate between tabs, when you press back the url changes but not the active tab

quasiperfect avatar Dec 30 '13 15:12 quasiperfect

Hi, ok.

IonDen avatar Dec 30 '13 19:12 IonDen

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

quasiperfect avatar Feb 13 '14 17:02 quasiperfect

Hi, in one or two week will be patch i think.

IonDen avatar Feb 13 '14 18:02 IonDen

great news thanks

quasiperfect avatar Feb 13 '14 19:02 quasiperfect

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.

danekszy avatar Apr 05 '14 00:04 danekszy

#3 Implements this.

danekszy avatar Apr 06 '14 14:04 danekszy