移动网络应用程序提醒用户
有没有办法在 android/iphone 网络应用程序上发出声音警报? 希望在事件发生时提醒用户。
Is there anyway to have an audible alert on an android/iphone webapp?
Would like to alert the user when an event occurs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 android 上,您可以从 javascript 执行 java 代码,但您需要 运行您的 web 应用程序一个WebView。
如果您的 Web 应用程序在裸浏览器中运行,您还可以检查 html5 音频 api,也许可以解决问题。
On android, you can execute java code from javascript, but you need to run your webapp in a WebView.
If your webapp runs in a bare browser, you could also check for the html5 audio api, might do the trick.