Example to Send message (SMS) MobiOne Archive > Getting Help – General This topic has 5 replies, 5 voices, and was last updated 10 years, 9 months ago by support-octavio. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 19, 2013 at 1:24 pm #345391 Reply elizabethbeauthMember Hello friends. I need simple example, to send SMS. But, i need enter the number in the Text Field. Thank you! December 21, 2013 at 11:11 am #345431 Reply KariSolamakiMember @elizabethbeauth wrote: Hello friends. I need simple example, to send SMS. But, i need enter the number in the Text Field. Thank you! See these pages: https://github.com/javatechig/phonegap-sms-plugin http://javatechig.com/phonegap/phonegap-sms-plugin-android Hope this helps! January 24, 2014 at 7:07 am #346342 Reply Milos_registerMember Is it possible to integrate this plugin to mobione? Because I think mobione dont have support for phonegap plugins January 24, 2014 at 7:41 am #346343 Reply BrandonMember Have you tried: phoneui.sendSms($(‘#m1-form-textField1’).val()); Genuitec is working on a way to make phonegap plugins available using one of their Eclipse products, but it wont be real soon. You can always use a PHP form to send the SMS, just like sending an email, but you need to know the carrier for the person you are sending it to. April 1, 2014 at 6:54 am #348464 Reply Milos_registerMember I tried phoneui.sendSms($(‘#m1-form-textField1’).val()); but I need to send sms directly from app with predefined text without user interacion I solved it by native application working as cron checking filesystem folder where I create new file for each sms April 1, 2014 at 5:26 pm #348488 Reply support-octavioMember Hi miloos, Sending sms with a predefined body is not supported by Mobione. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) Reply To: Example to Send message (SMS) You must be logged in to post in the forum log in