facebook

Example to Send message (SMS)

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #345391 Reply

    Hello friends.

    I need simple example, to send SMS.
    But, i need enter the number in the Text Field.

    Thank you!

    #345431 Reply

    KariSolamaki
    Member

    @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!

    #346342 Reply

    Is it possible to integrate this plugin to mobione?
    Because I think mobione dont have support for phonegap plugins

    #346343 Reply

    Brandon
    Member

    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.

    #348464 Reply

    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

    #348488 Reply

    Hi miloos,

    Sending sms with a predefined body is not supported by Mobione.

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