【发布时间】:2018-09-08 17:47:18
【问题描述】:
我有一个在移动浏览器中运行良好的 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"
}
}
}
}
}
【问题讨论】:
标签: android sms href jasonette