[ 
https://issues.apache.org/jira/browse/CB-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tekken Tux updated CB-1245:
---------------------------

    Description: 
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.

The following example outputs "undefined":

{code:title=compass.js|borderStyle=solid}
var watchID = navigator.compass.watchHeading(compassSuccess, compassError, 
options);

...

function compassError(e) {
    console.log(e);
}
{code}

I think this is because in compass.js in function getCurrentHeading it just 
says:

{quote}
            errorCallback();
{quote}

with no params


  was:
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:

{code:title=compass.js|borderStyle=solid}
var watchID = navigator.compass.watchHeading(compassSuccess, compassError, 
options);

...

function compassError(e) {
    console.log(e);
}
{code}

outputs "undefined". I think this is because in compass.js in function 
getCurrentHeading it just says:

{quote}
            errorCallback();
{quote}

with no params


    
> 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
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.
> The following example outputs "undefined":
> {code:title=compass.js|borderStyle=solid}
> var watchID = navigator.compass.watchHeading(compassSuccess, compassError, 
> options);
> ...
> function compassError(e) {
>     console.log(e);
> }
> {code}
> 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

        

Reply via email to