1

Windows 10 の Cordova UAP アプリを最小化および最大化するとクラッシュします。

ステップを再現

  1. バージョン 6.3.1 と Windows エンジン バージョン 4.4.3 を使用して cordova アプリをビルドする
  2. Windows 10 に appx をインストールします (ストア バージョン 11610.1001.23.0 を使用)。
  3. アプリを開く
  4. アプリの最小化と最大化
  5. アプリのクラッシュを最大化するまで手順 4を繰り返します

例外

SCRIPT269: ms-appx-web://APP_IDENTIFIER/www/cordova.js の行 2126、列 9 で未処理の例外

0x8001010d - JavaScript ランタイム エラー: アプリケーションが入力同期呼び出しをディスパッチしているため、発信呼び出しを行うことができません。

function onResize() {
// Safely update the extended splash screen image coordinates. 
// This function will be fired in response to snapping, unsnapping, 
// rotation, etc... 
    if (splash) {
        // Update the coordinates of the splash screen image. 
        >>>> coordinates = splash.imageLocation; <<<< //this line causes the exception
        updateImageLocation(splash);
    }
}
4

0 に答える 0