Jquery mobile not working in Blackberry Bold 9000, Nokia E71 and other...

Jquery mobile not working in Blackberry Bold 9000, Nokia E71 and other...

Hi all

Entering mobile jquery not working in my BB Bold 9000 and from a Nokia E71,
.... Should we add anything else?





What needed to perform well?

I copy the code:



<!DOCTYPE html>
<html>
    <head>
        <title>My Page</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" />
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
</head>

<body>
    <div data-role="page">
        <div data-role="header">
            <h1>My Title</h1>
        </div><!-- /header -->
       
        <div data-role="content">
            <p>Hello world</p>
        </div><!-- /content -->

        <div data-role="footer" data-position="fixed">
            <p>pie</p>
        </div><!-- /content -->
    </div><!-- /page -->
</body>

</html>


regards

Mauricio