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

WBOY
Release: 2023-03-02 08:04:01
Original
1291 people have browsed it

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...

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!