I’ve been experimenting with the MultiPage and TabBar. I’m kind of new to MobiOne but today I spent all afternoon trying to figure out how to execute simple JS after clicking one of the tabs of a multiPage.
A simple example of one of my tabs is an “EXIT” tab. When they click on that tab, I’d like to execute javascript: navigator.app.exitApp() ;
Thanks in advance for any ideas how I could do this.