jQueryMobile:iPad横向溢出

时间:2012-02-09 21:09:09

标签: jquery jquery-mobile

我正在iPad上的WebView中托管super simple jQuery页面。在横向模式下,文本溢出右侧。在肖像中它很好。在iPhone上,所有设置都可以。

有没有办法让它不会溢出到右边?

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

0 个答案:

没有答案