jquery мобильный сайт на iphone - PullRequest
0 голосов
/ 14 ноября 2011

Когда я загружаю свой сайт на свой iPhone, он не отображается.Отображается только это «>».
Отлично работает на компьютере и моем iPad.Есть идеи, что бы это могло быть?

Мобильное приложение на http://yourguest.co.uk/iphone/app/first.html.

1 Ответ

1 голос
/ 14 ноября 2011
<div data-role="page" id="page8">
<div data-role="header">
    <h1>Sunday  </h1>
</div>
<div data-role="content">   
    <a href="http://maps.google.com/maps?q=London">Directions to here</a>   
</div>
    <div data-role="footer">

        <h4>Page Footer</h4>
    </div>
</div>







> // This is out of place. Maybe the IPhone cannot handle jQuery mobile's pages
  // with this content outside the pages.

</body>
...