Hi I am having a problem with native.alert. the alert works fine on simulator, action on OK button, cancelled with cancel button. But on the ios device itself the button is fine with cancel but if I choose OK the action is carried out but the whole stage then receives the alert action which is recalled every time any part of the screen is touched.
function onComplete(event)
if “clicked”==event.action then
if 1 = event.index then
actions on OK
elseif event.index == 2 then
actions on cancel
end
end
end