移动浏览器检测视图

发布于 2024-11-09 22:54:42 字数 184 浏览 0 评论 0 原文

我的网站上有一个呼叫按钮

我想检测用户何时返回我的页面。

假设他们通话 2 分钟,然后返回页面。

有没有办法检测到这一点?严格来说,我至少在 Android 和/或 Iphone 平台上。

I have a call button on my site <a href="tel:8884445555" ...

I want to detect when the user comes back to my page.

So let's say they are on the call for 2 minutes and they come back to the page.

Is there a way to detect this? I am strictly speaking on at least Android And/Or Iphone platforms.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

厌味 2024-11-16 22:54:42
  1. 设置跟踪cookie。
  2. 使用 JavaScript 拦截链接点击事件并设置另一个带有时间戳的 cookie
  3. 如果页面再次加载,请检查现有的 cookie
  1. Set tracking cookie.
  2. Intercept link click event using JavaScript and set another cookie with timestamp
  3. If page is loaded again check for existing cookies
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文