Does Corvid not work with the <a href="sms:" code for sending SMS's?

Does Corvid not work with the <a href=“sms:” code for sending SMS’s?

I am trying to make a clickable link in a mobile webpage to open a SMS message to a predefined phone number.

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

It does, however it needs to go in an iframe and not as code on your page. If you want to interact with the iframe to the page or vice versa, then you can by using on and post message.

Or you can use Brainstorm’s way and do it via Twilio by using HTTP Functions.

https://www.wix.com/corvid/forum/community-discussion/button-to-send-sms-text-message
https://www.wix.com/corvid/reference/$w.HtmlComponent.html
https://www.wix.com/corvid/reference/wix-http-functions.html

I figuered it out… brilliantly… go here: https://www.zipwhip.com/clicktotext/
Scroll down
Make a button (transparent) … then use the code in the iframe… and place the iframe over a button, or text or whatever you want people to press to open the SMS on your app (in mobile view)