Cordova UAP app on Windows 10 crashes when minimizing and maximizing it.
SCRIPT269: Unhandled exception at line 2126, column 9 in ms-appx-web://APP_IDENTIFIER/www/cordova.js
0x8001010d - JavaScript runtime error: An outgoing call cannot be made since the application is dispatching an input-synchronous call.
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);
}
}
User contributions licensed under CC BY-SA 3.0