Question... Why doesn't the returnKey on my iPhone change to the "Next" option?
mobileSetKeyboardReturnKey "next"
ask "" with pLabel titled askTitle
if the result = "cancel" then
exit thisThing
end if
put it into tAskData
What am I doing wrong?
-Dan