You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The event is fired before the selected section is changed using the navigation. It can be aborted by the application with `preventDefault()`, which means that there will be no navigation.
123
+
* Fired when a section is selected via the tab bar, before navigation occurs. To cancel navigation, call `event.preventDefault()` within the event handler.
124
124
*
125
-
* __Note:__ This event is only fired when navigating via tab-bar.
125
+
* __Note:__ This event is fired every time a user selects a section, even if the section is already selected.
0 commit comments