Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

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!