Home  >  Article  >  Backend Development  >  javascript - How to count whether users make phone calls on the web?

javascript - How to count whether users make phone calls on the web?

WBOY
WBOYOriginal
2016-12-01 00:56:581315browse

How to count whether users make phone calls on the web? , looking for implementation ideas

Reply content:

How to count whether users make phone calls on the web? , looking for implementation ideas

Use tel:******, then register a touch event for the element, and then count in the event

After the user makes the call, find a way to trigger an event and then store it in the database.

Is there any other good solution besides the above methods?

It feels like we can only judge whether the user clicked on the number, but not whether the call was actually made, because the system interface will appear after clicking on the number...

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn