
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