如果屏幕低于某个宽度,我想在我的 html 中放入一些强制换行符的内容。这是针对 iOS 的。我可以这样做吗?
或者,更好的是,有没有办法执行某种触发屏幕宽度的 if/else/endif?像这样的东西:
if screen width < 600 pixels
some html
else
some other html
endif
如果它很重要,我希望它不会,这适用于 iOS 设备,至少最初是这样。
编辑:这是一个例子:
<body>
In spherical coordinates, given a vector field
<math>
<mn class="boldMath">F </mn>
<mn>(</mn>
<mi>r</mi>
<mn>, </mn>
<mi>θ</mi>
<mn>, </mn>
<mi>φ</mi>
<mn>)</mn>
</math>, the curl is<br>
<math>
<mrow>
<mn mathvariant="bold">∇</mn>
<mn> × </mn>
<mi mathvariant="bold">F</mi>
<mn> = </mn>
</mrow>
</math> <!-- I need a line break here on the phone, but not on the pad. On the iPad, I would be delighted to have the above included in the mtable below.>
<div class="center">
<math>
<mtable>
<!-- long mtable here -->
</mtable>
</math>
</div>
</body>
iPhone 上的输出很好,iPad 上的输出不是很多。查看每个屏幕截图的底部: