get the value of mobileComposeTextMessage

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

get the value of mobileComposeTextMessage

Post by Jellobus » 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.

Code: Select all

on mouseUp
   mobileComposeTextMessage empty, "This is the text body"
   get the result
   answer it
end mouseUp
Would anyone tell me how to get it correctly? thanks a lot in advance!

Cheers,

Louis

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: get the value of mobileComposeTextMessage

Post by dunbarx » Sat Feb 06, 2016 5:27 pm

Hi.

I don't do mobile, but is is possible that you cannot have "empty" where a phone number may have to be?

Craig Newman

Jellobus
Posts: 317
Joined: Tue Dec 10, 2013 2:53 pm

Re: get the value of mobileComposeTextMessage

Post by Jellobus » Sat Feb 06, 2016 6:05 pm

Hi Craig,

The phone number will be put by a user manually then message will be sent.

Cheers,

Louis

Post Reply