Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Javascript text a message rathen than email

I'm looking for a way to use JavaScript to open texts on ios or android when a link is clicked. Currently, you can use the mailto links in HTML to mail a link and open the link in an empty email. I'm wondering how I can do the same using text. For example, a user clicks and button and it will open the messages app and auto-fill with some information similar to the mailto only for messages. How can this be done?

Current code:

<button onclick="text()">text message</button>
<script>
 function text() {
  //Code for text messages
 }
</script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

sms: works for both ios and android.

For ios:

The sms scheme is used to launch the Messages app. The format for URLs of this type is “sms:”, where is an optional parameter that specifies the target phone number of the SMS message. This parameter can contain the digits 0 through 9 and the plus (+), hyphen (-), and period (.) characters. The URL string must not include any message text or other information.

The following examples show strings formatted for Safari and for native apps.

HTML links:

<a href="SMS:"> Launch Messages App</a> <a href="sms:1-408-555-1212">New SMS Message</a>

https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/SMSLinks/SMSLinks.html

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!