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.
这是一个特定于 awesomium 的问题。我正在尝试制作一些用于测试目的的网站截图。我需要能够模拟移动设备,例如 iPhone 或 Android 设备。为此,Awesomium 很棒,但我需要能够设置设备宽度以用于 CSS 媒体查询。例如:
<link media="only screen and (max-device-width: 480px)" href="iphone.css" type="text/css" rel="stylesheet" />
这可能吗?
对的,这是可能的。
不幸的是,Awesomium 有一个讨厌的错误。现在仍然没有在 Awesomium 1.7.3.0 上修复。
如果 HTML 标记具有属性,页面将无法处理媒体查询:
<html lang="ru-RU">
但是您删除属性,它应该可以正常工作:
<html>