I have an SMS href link that works great in the mobile browser but when deployed to android using jasonette I get ERR_UNKOWN_URL_SCHEME. Is there a simple fix for this or is it even possible?
<a href="sms://+15558675309">Text</a>
Here is my json file-
{
"$jason": {
"head": {
"title": "Web Container Agent"
},
"body": {
"background": {
"type": "html",
"url": "www.mysite.com/test.php",
"id": "app",
"action": {
"type": "$default"
}
}
}
}
}