Tekken Tux created CB-1245:
------------------------------
Summary: CompassError object is not passed to compassError
callback function
Key: CB-1245
URL: https://issues.apache.org/jira/browse/CB-1245
Project: Apache Cordova
Issue Type: Bug
Components: webOS
Affects Versions: 2.0.0
Environment: Palm Pre+, windows, cygwin
Reporter: Tekken Tux
Assignee: Herm Wong
I'm quite sure the Pre+ actually has no compass, but instead of calling the
compassError callback function with an CompassError of type
CompassError.COMPASS_NOT_SUPPORTED, it just calls the callback function without
any parameter:
{quote}
var watchID = navigator.compass.watchHeading(compassSuccess, compassError,
options);
{quote}
...
{quote}
function compassError(e) {
console.log(e);
}
{quote}
outputs "undefined". I think this is because in compass.js in function
getCurrentHeading it just says:
{quote}
errorCallback();
{quote}
with no params
--
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