检测触摸屏(ipad、iphone 等)的最佳方法?
如果在 ipad 或 iphone 等触摸屏设备上查看页面,我需要向页面加载一些额外的 CSS。最简单的方法是什么? 谢谢
I need to load some additional CSS to my page if its being viewed on a touch screen device like an ipad or iphone. Whats the easiest way to do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 iPad,你可以尝试一下:
我斗胆猜测 iPhone 的工作原理是一样的。
您还可以使用 CSS 媒体查询来生成如下内容:
For iPad you can try:
I'd venture to guess that iPhone works the same way.
You can also use CSS media queries to produce something like this:
最简单的可以说是 http://www.modernizr.com/ 。
Easiest is arguably http://www.modernizr.com/ .
如果您使用 php,则可以使用此代码来检测任何移动设备。
If you are using php, you can use this code to detect any mobile devices.