jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

Scroll error - WebOS 1.4.5 / 2.1 + jquery + Phonegap #1513

Closed RomArch73 closed 13 years ago

RomArch73 commented 13 years ago

Hi, i have made a simple page with Phonegap and jquery for WebOS but in the emulator the page is not scrolled up and down..!!!

This is the complete PhoneGap Project:

http://dl.dropbox.com/u/24919908/www_funziona.zip

And this is the main code:

<!DOCTYPE html> <html>

<head> <title>Dummy Title</title>

<link rel="stylesheet" href="jquery.mobile-1.0a4.1/jquery.mobile-1.0a4.1.css" />
    <script type="text/javascript" src="jquery.mobile-1.0a4.1/jquery-1.5.2.js"></script>

    <!-- PhoneGap -->
    <script type="text/javascript" src="/usr/palm/frameworks/mojo/mojo.js" x-mojo-version="1"></script>
    <script type="text/javascript" src="js/phonegap.js"></script>
    <!-- PhoneGap -->

    <script type="text/javascript" src="jquery.mobile-1.0a4.1/jquery.mobile-1.0a4.1.js"></script>

</head>

<body>

<div data-role="page" data-theme="b" >

<div data-role="header"> <h1>Title</h1> </div> <!-- /header -->

<div data-role="content"> <h2>PhoneGap Template</h2> <p>This template is a basic example of an PhoneGap App on webOS using the jQTouch Framework. It can easily be modified, extended, and used with another Framework (e.g. jQuery Mobile).</p> <p>Because this is a Scene from webOS's point of view, scolling actually works. To let you test this, this text has been made extra long and boring. But nothing is to much to bring pleasure to you, dear user.</p> <p>So, hopefully this example can help you to get started on your mobile building quest! Have fun with this, and create many exciting Apps to make this beautiful platform really shine!</p> </div> <!-- /content -->

<div data-role="footer"> <h4>Page Footer</h4> </div> <!-- /footer -->

</div>

</body>

</html>

toddparker commented 13 years ago

Hello. This seems like it might be a better question for the forums. If you can narrow this down to a specific, reproducible bug, please post a demo page in JS Bin or JS Fiddle along with platform/browser version and steps to reproduce here as a new issue. Thanks!