Using Ons-Tab || jQuery only
-
I having an issue with ons-tab using the latest Onsen UI from github (v2.10.10). I have a tab bar with 4 tabs, however on each page (tab) the init function is firing more than once. I have tried using target.id to target the specific page but this still happens.
Each time I push from another page the init event is fired +1 time from the previous so eventually it ends up with a lot events and slows the application down a lot.
I have tried resetTopage and replacepage options, none of which had any effect.
Any help would be great!