- This topic has 8 replies, 6 voices, and was last updated 14 years, 4 months ago by
support-michael.
-
AuthorPosts
-
stavvie34MemberHello, I need help with a webapp where the user clicks on a button in the toolbar, and he/she is taken to the default email app. In the body of the email I would like to automatically fill in information that the user has previously entered in text boxes. If its also possible, I would like to have the user return to a page when the email has been sent.
Thank you
-Stavvie34Attachments:
You must be logged in to view attached files.July 20, 2010 at 10:59 am #309958
wayneModeratorFollowing is a link describing how launch your iphone’s email client prepopulated with recipient, subject and msg content:
The later requirement of returning back to the application upon completion of the email send use-case is not clear to me how to do that atm. Thinking….? (If anyone else has suggestions pelase post – All help welcome)
Wayne
Genuitec Mobile TeamJuly 21, 2010 at 4:57 am #309979
freerunneringMemberThe returning back to the app after sending the mail would require to code a native app and then have them never actually leave your app but load the mail sending screen on top of your app.
Though you could just make the a .php page so that the sever sends the email to you without ever opening the mail app like a contact form (though as the server send you the email you’d need to add another field for the users email.
Example contact form scriptJuly 21, 2010 at 1:11 pm #309996
stavvie34MemberWhat I would like to do is have a native app that is actually just a webapp. I’ve seen it done with a version of YouTube’s new HTML5 site. If I could get the php into my MobiOne file, I would be extremly happy. Can I expect an update to MobiOne in the coming weeks? An update to allow editing of code without MobiOne overwriting it?
July 21, 2010 at 1:23 pm #309997
wayneModeratorre: code overwrite on export problem
see my last comment here http://www.genuitec.com/support-mobione/viewtopic.php?f=8&t=801 about our plans to remedy this problem asap.
Wayne
Genuitec Mobile TeamOctober 7, 2010 at 2:11 am #311840
Albatros78ParticipantHi
mailto fonction does not works.
I created a link with link text component with the word “email” in the text field and add the following into the link field
<a href=”mailto:info@mysite.com”>TestLink</a>
But this link doesn’t works and the display is not good into test center
Also, if I modified directly html code through test center, the link does not works not anymore.
And after this modification I saved my modfified html file. I closed mb1m9u4. I re-open my mobi file, and a box inform me that the html code has changed…. blablabla…
My modification is not recognized by mb1 and the GUI & displaying is always the same as initial. The text link is always “email” and no “TestLink”
Regards
October 8, 2010 at 7:09 am #311878
wayneModeratorThis is a bug that will be fixed in next release. The bug is limited to use of mailto: URL in the Link field. It is still possible to use a mailto URL in your javascript or directly enter it into the Test Center’s browser addressbar.
Wayne
Genuitec Mobile TeamFebruary 12, 2011 at 12:16 am #314444
HollyMemberI guess you have to understand some instructions about this. Sending an email app would require you to be at least knowledgeable. I know that this is just an easy task for those who really know it. Better try to approach one of them.
February 12, 2011 at 9:13 am #314446
support-michaelKeymaster@Holly
You are correct that to send mail directly from your app without invoking the local email client would require either using a remote webservice or a native implementation. There are public email sending webservices or you could roll your own easily using your favorite server-side scripting language: php. asp, jsp…Wayne
Genuitec Mobile Team -
AuthorPosts