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.
有没有办法做到这一点?即我有一个页面,我在其中弹出打开一个号码以在页面加载时使用window.location = 'tel:5555555555';虽然,我只想知道他们何时单击取消而不是呼叫按钮。非常感谢有关如何实现这一目标的任何想法。
window.location = 'tel:5555555555';
您将需要使用特定的手机 api(android、windows phone 等)来实现这一点。我不能用 javascript 可靠地完成。