[
https://issues.apache.org/jira/browse/CB-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-751:
-------------------------
Priority: Major (was: Minor)
Affects Version/s: 1.6.0
1.6.1
Fix Version/s: 1.8.0
Summary: Undefined function is called when orientation change
(was: And undefined function is called when orientation change)
Pretty sure it is [inside the CDVViewController.m
file|https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVViewController.m#L265],
where we invoke some JavaScript function that is not available in cordova-js.
@Shaz / @Jesse, what is the purpose of this code? I am not entirely sure why
"we have to ask the webview if we should rotate" (as the comments suggest).
Can we simply remove this code?
> Undefined function is called when orientation change
> ----------------------------------------------------
>
> Key: CB-751
> URL: https://issues.apache.org/jira/browse/CB-751
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 1.6.0, 1.6.1, 1.7.0
> Environment: ipod, ios 5.1
> Reporter: Clement Vollet
> Assignee: Shazron Abdullah
> Fix For: 1.8.0
>
>
> 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) {
> console.log("WINDOW > Message: " + error_msg);
> console.log("WINDOW > URL: " + URL);
> console.log("WINDOW > Line: " + line_number);
> }
> }
> And then in the simulator, rotate the screen.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira