iPad 浏览器模拟器?

标签 ipad testing

<分区>

如何使用Windows浏览器模拟iPad浏览器?

最佳答案

我找到的最佳方法是在 Apple 的 Technical Note TN2262: Preparing Your Web Content for iPad 中.

  1. Test your website on iPad, and update user agent detection code if necessary
  2. Use W3C standard web technologies instead of plug-ins
  3. Check your viewport tag settings
  4. Modify code that relies on CSS fixed positioning
  5. Prepare for a touch interface
  6. Use textareas instead of contenteditable elements

在桌面上的 Safari 中模拟 iPad HTTP 请求下的用户代理非常有帮助。

关于iPad 浏览器模拟器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3126928/

相关文章:

node.js - 从 bot.on ('send' 调用 processMessage())

iphone - UISlider的editingDidEnd事件在iPad上不起作用

iphone - 检测滑动 Action 以转到 ipad Web 应用程序上的另一个网页

iphone - UINavigationBar 标题在使用自定义字体时被截断

java - 如何从 junit 中的 java 扩展文件中读取和测试类?我怎样才能访问该类进行测试?

reactjs - 组件方法代码中的 <element>.innerText 在 enzyme 测试中无法正常工作。使用 Jest+Enzyme(mount()) 测试 React 组件

javascript - 什么时候应该使用 getInnerHtml() 方法?

ios - 是否可以合并 UITableView 中的单元格,以便我可以在右侧添加一些图像?

iphone - 如何开始创建 iPad 应用程序?从 iPhone 迁移到 iPad

java - Gradle + SpringBoot : :integrationTest not executed in build task