0

PhoneGap + Blackberry の開発は私の最近の悪夢でした... onDeviceReady が起動せず、どこにも webworkers.js が見つかりません... BB 7.1 で実行されているある種の複雑なアプリケーションを持っている人はいますか?

コードの追加: PhoneGap サンプルのデフォルト コードを使用しています。

<html>
<head>      
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
    <link rel="stylesheet" type="text/css" href="css/index.css" />
    <title>Hello World</title>
</head>
<body>
    <div class="app">
        <h1>Apache Cordova</h1>
        <div id="deviceready" class="blink">
            <p class="event listening">Connecting to Device</p>
            <p class="event received">Device is Ready</p>
        </div>
    </div>
    <script type="text/javascript" src="js/webworks.js"></script>  
    <script type="text/javascript" src="cordova-2.2.0.js"></script>
    <script type="text/javascript" src="js/index.js"></script>
    <script type="text/javascript">
        app.initialize();
    </script>
</body>

リップル拡張機能を使用して、次のコンソール ログを取得しています。

Viewport target-densitydpi is not supported. index.html:24
GET http:// localhost/bb/js/webworks.js 404 (Not Found) index.html:36
Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.) ripple.js:475
XHR finished loading: "http://localhost/bb/config.xml". ripple.js:484
webworks.handset :: Initialization Finished (Make it so.) ripple.js:475
eula response:  true ripple.js:483
XHR finished loading: "http://localhost/bb/config.xml". ripple.js:484
Viewport target-densitydpi is not supported. index.html:24
GET http:// localhost/bb/js/webworks.js 404 (Not Found) 

私は Windows 8 x64 を使用していますが、何か関係があるのでしょうか???

C:\Program Files (x86)\Research In Motion\BlackBerry WebWorks SDK 2.3.1.5 に Ripple フォルダーはありません。

4

1 に答える 1

0

私はまったく同じ問題を抱えています。リモート Web ツリーにコピーできる webworks.js がないため、リモートでホストされているコードが機能しません。

リモートでホストされている場合、phonegap のサンプル コードは機能しません。

于 2012-11-29T00:18:45.010 に答える