我有一个在移动浏览器中运行良好的 SMS href 链接,但是当使用 jasonette 部署到 android 时,我得到 ERR_UNKOWN_URL_SCHEME。是否有一个简单的解决方案,或者甚至可能?
<a href="sms://+15558675309">Text</a>
这是我的json文件-
{
"$jason": {
"head": {
"title": "Web Container Agent"
},
"body": {
"background": {
"type": "html",
"url": "www.mysite.com/test.php",
"id": "app",
"action": {
"type": "$default"
}
}
}
}
}