1

だから私はjquerymobileの世界に不慣れです。ユーザーページにjquerywrapperを配置しようとしています。私はそれのほとんどを機能させていますが、ページが幅が広く、モバイルデバイスの幅に収まらず、幅が固定されているようでスクロールできない場所で立ち往生しています

だから私はこれを行う正しい方法についての提案を探しています。ワイド データ/ページは変更できません。助けてくれてありがとう

主な要素のいくつか::

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="/inc/jquery.mobile-1.3.1/jquery.mobile-1.3.1.min.css">

<body class="ui-mobile-viewport ui-overlay-c" >
   <div class="pagewithmenu" data-role="page" id="user-home" data-theme="d" data-url="user-home">
       <div  data-theme="b" data-role="header" style="text-align: center;" data-title="<?=$siteuser->fname?> <?=$siteuser->lname?>">
            <?=$siteuser->fname?> <?=$siteuser->lname?>
            <a  href="/" data-role="button" class="u-home" data-icon="home" data-iconpos="notext" data-theme="b" data-iconshadow="false" data-inline="true">Home</a>
       </div>

       <div id="mycontent" data-role="content" >
         <div class="article" style="ov">
             <!--
             ***** WIDE PAGE DATA HERE ***** 
             this is user generated code and can be anything
             for example this is one i am seeing the problem 
             -->
             <table width="663" cellspacing="0" cellpadding="2" bordercolor="purple" border="5" background="http://www.unitnet.com/sboggs/picts//purple_star.jpg" height="497" class="c3">
                  <tr>
                    <td>
                     some picts
                    </td>
                  </tr>
              </table>
         </div>    
         </div>    
       </div>        
4

0 に答える 0