Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.0, 1.6.1, 1.7.0
-
None
-
ipod, ios 5.1
Description
I get an undefined exception when changing the orientation of the device.
Steps to "recreate":
in a new project, add the following in index.html:
function onDeviceReady()
{
// do your thing!
navigator.notification.alert("Cordova is working")
window.onerror=function(error_msg, URL, line_number)
}
And then in the simulator, rotate the screen.