Hi guys, my first post. Glad to meet y'all, etc.
I'm using the following code as a Share button:
works like I want except it does not bring up the default email client on my Droid 2 (does bring up Gmail which sends, G+, WordPress, & Facebook).
But this is an app for Market and I want it to get the email client that comes with the phone as well?
I've searched and read posts here and I've seen that others have had the problem but no solution I could find.
Any suggestions, please?
--Ralph
I'm using the following code as a Share button:
B4X:
Sub mnuShare_click
Message.To.Add("[email protected]")
Message.Subject = "This is a test"
Message.Body = WebView1.Url
StartActivity(Message.GetIntent)
End Sub
works like I want except it does not bring up the default email client on my Droid 2 (does bring up Gmail which sends, G+, WordPress, & Facebook).
But this is an app for Market and I want it to get the email client that comes with the phone as well?
I've searched and read posts here and I've seen that others have had the problem but no solution I could find.
Any suggestions, please?
--Ralph