loicparent commented on issue #63:
URL: 
https://github.com/apache/cordova-plugin-device-orientation/issues/63#issuecomment-1702699815

   Hello @breautek,
   
   Thank you for your reply :)
   
   I tried to replace the file `compassListener.java` in 
`/node_modules/cordova-plugin-device-orientation/src/android/CompassListener.java`.
   
   I see a little difference because I don't get an error that don't return the 
event callback data BUT, now, the event is returned but with incomplete values:
   ```
   {
     headingAccuracy: 3
     magneticHeading: undefined
     timestamp: 1693572512780
     trueHeading: undefined
   }
   ```
   
   Do you have an idea why?
   
   _Kind regards,
   Loïc_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to