我正试图用jQuery mobile触发一个事件,当设备的方向改变时,它会自动重新加载页面.我用max-device-width, orientation:landscape,和写的媒体查询orientation: portrait.由于<video>无法正确扩展...我能想到的唯一解决方案是在旋转设备的情况下将页面刷新到正确的媒体查询.
max-device-width,
orientation:landscape,
orientation: portrait
<video>
我该怎么做呢?谢谢.
mobile html5 media-queries jquery-mobile
html5 ×1
jquery-mobile ×1
media-queries ×1
mobile ×1