【发布时间】:2014-12-20 05:04:54
【问题描述】:
我有一个非常小的应用程序:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a href="mailto:someone@example.com">Send Mail</a>
<a href="tel: +18543458975">Call</a>
<button onclick="document.location.href = 'tel:+1-800-555-1234'">Click me</button>
<button onclick="document.location.href = 'tel:+18543458975'">Click again</button>
</body>
</html>
当我构建并运行它时,链接根本不起作用。
两周前(在另一个应用程序上)这很好用,但现在它在我的旧应用程序上都不起作用。
我的想法用完了!
发生了什么?
【问题讨论】:
标签: android html cordova mobile ionic-framework