Я размещаю страницу super simple
jQuery в WebView на iPad. В ландшафтном режиме текст переполняется с правой стороны. В портрете все нормально. На айфоне нормально все настройки.
Есть ли способ, чтобы он не переполнял вправо?
HTML-код размещается в приложении WebViewController, а не на веб-сайте.
Вот голова:
<!DOCTYPE html>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' href='jquery.mobile-1.0.1.min.css' />
<script src='jquery-1.6.4.min.js'></script>
<script src='jquery.mobile-1.0.1.min.js'></script>
</head>
<body>
<div data-role='page'>
<div data-role='content'>
Absolute permeability
<br>
<br>
A measure of the ability of a single <a href='DEF:fluid'>fluid</a> (such as water, gas, or <a href='DEF:oil'>oil</a>) to flow through a rock <a href='DEF:formation'>formation</a> when the <a href='DEF:formation'>formation</a> is totally filled (saturated) with a single <a href='DEF:fluid'>fluid</a>. the <a href='DEF:permeability'>permeability</a> measure of a rock filled with a single <a href='DEF:fluid'>fluid</a> is different from the <a href='DEF:permeability'>permeability</a> measure of the same rock filled with two or more fluids. see effective <a href='DEF:permeability'>permeability</a>.
</div>
</div>
</body>
</html>
![enter image description here](https://i.stack.imgur.com/joayu.jpg)