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.
我在手机中使用 js 开发 html5 音频播放器。一切正常,但是当我接到电话或拨打电话时,音频仍在播放。有什么方法可以检测手机状态吗?
在 android 上检测它的唯一方法是通过意图。当您有效地编写一个网站时,您无法访问手机的基础设施,您需要一个本机应用程序(或者可能像 phonegap 之类的东西)。