Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在asp.net 中开发一个移动Web 应用程序。
我在菜单中有一个“呼叫支持”按钮,我的要求是,如果有人点击它,它应该调用手机的呼叫功能。
我想知道我该怎么做。如果您有任何想法,请与我分享。我需要帮助!!
提前致谢
Would this work. Using a tel protocol in the link i.e.
<a href="tel://012345" >Call support</a>