Conversation
|
@ItsChaceD FYI the CI is failing on iOS with what seems to be a swift version incompatibility, which should be looked at before merging this PR. |
@ItsChaceD my guess is that the native lib needs to be compiled with Xcode 16 and not 26 |
OS-pedrogustavobilro
left a comment
There was a problem hiding this comment.
Tested Android, iOS and Web. Everything seems to be working well!
|
I'm running into an error while testing this on a MABS 12 build in OutSystems, can you guys check? @OS-pedrogustavobilro @ItsChaceD I built our sample app with MABS 12 and update the reference to the Capacitor plugin to point to this branch |
|
@alexgerardojacinto I generated a dev build earlier today for the Capacitor Plugin and linked it to ODC, now it's working properly, possibly the issue was that pointing directly to GitHub won't work because the npm package isn't actually built / packaged in source code. If you'd like to take a look |
Description
This PR adds support for
heading,magneticHeading,trueHeading,headingAccuracy, andcourseContext
https://outsystemsrd.atlassian.net/browse/RMET-4897
Closes #49
Type of changes
Tests
Tested on all platforms with Capacitor example app and ODC sample app. You can test yourself with the Capacitor sample app.