从 HTML/Javascript 关闭 iPad Web 应用程序?
我正在为 iPad 开发一个网络应用程序,我即将完成它(顺便感谢你们),但现在我已经非常接近了,我想知道并且找不到关于如何告诉浏览器的文档单击时关闭应用程序?多谢!
埃米利奥·佩尼亚
I'm developing a webapp for iPad and i'm close to finish it (thank's to you guys by the way) but now that I'm pretty close I'm wondering and can't find documentation on how do I tell the browser to close the application onClick? Thanks a lot!
Emilio Peña
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有做过 iPad Web 应用程序,但我在其他一些平台上做过,在所有这些平台上,您都可以通过以下方式关闭应用程序:
作为旁注,iOS 应用程序通常没有关闭按钮,所以也许您没有甚至不需要一个?
I haven't done iPad web apps but I've done them on some other platforms, and in all of them you close the app with:
As a side note, iOS applications don't usually have close buttons, so perhaps you don't even need one?