In the v3 tabber, when myTabbar.setTabActive(id) was called, the events: onTabClick() and onSelect() were called in that order.
In the v4 tabber when myTabbar.tabs(id).setActive() is called, only the onSelect() event is getting called.
Is this on purpose? If so, how can I programmatically call the onTabClick() function?