Ajax event not trigger in mobile browser

I have an app
http://sc.astudion.com/sc8/app/project/SmartyEditTemplate/

Template field should reflect template file content when template file listbox is selected.

There is an Ajax Onchange event trigger during dropdown box changed.

But strangely, it was working in my MacBook browser but not working in iphone browser, I tried both safari and chrome, no Ajax event trigger.

Could any guru try out my like and tell me the behavior? How to rectify this?

Thanks

it does work on firefox for android but interestingly also not under android. I suspect it is a bug.

with the same link, i have the dropdown ajax_onChange event


sc_apl_conf("SmartyEditTemplate", "field_display_off", "fileName");

it suppose to hide ‘File Name’ field, but it doesn’t… it only kicks in in SECOND attempted to change the dropdown box value.

Is it an SC bug? or there is some problem with my code?