jquery mobile - Cannot see wide pages -
so new jquerymobile world. trying put jquerywrapper around users pages. have of working, stuck page wide , not fit in width of mobile device , seems fixed wide , can not scroll
so looking suggestions on correct way this. wide data/page cannot changed. help
some of key elements::
<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 ***** user generated code , can example 1 seeing 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> picts </td> </tr> </table> </div> </div> </div>
Comments
Post a Comment