Hello Support,
I have an event handler declared to capture onclick for the TABBar button#1:
$("#m1-iASC-tabBar1-page1").on({
click:function(){displayAward();},
blur:function(){TINY.box.hide();}
});
It works great in the Test Center. However it will not trigger in the iPhone.
To verify my code, I created a button and I am calling the displayAward() from it to make sure it works and displays. That part also works OK on the iPhone.
I am using M1 ver 2.3.2(hot-fix 1, 20130425) in Win7 Home Premium
It is happening in the Test Center and on the iPhone IOS 6.13
It is happening on Android 4 Galaxy Note-II phone.
Thanks for any help.
TG