get the value of mobileComposeTextMessage
Posted: Sat Feb 06, 2016 3:31 pm
Hi all 
How can I get the value of mobileComposeTextMessage in Android? I was able to get the value with iOS but not with Android devices. Android device returns only "cancel" either text message was sent or cancelled. Here is my code.
Would anyone tell me how to get it correctly? thanks a lot in advance!
Cheers,
Louis

How can I get the value of mobileComposeTextMessage in Android? I was able to get the value with iOS but not with Android devices. Android device returns only "cancel" either text message was sent or cancelled. Here is my code.
Code: Select all
on mouseUp
mobileComposeTextMessage empty, "This is the text body"
get the result
answer it
end mouseUp
Cheers,
Louis