I have my own watch face and I now want to implement a data field. I want the data field to be shown below/above the map in navigation mode on Garmin Edge Explore 2.
I created a new data field using the MonkeyC extension as described by the tutorial, however when I load the app into the simulator I can't find out how to switch to navigation mode, and add the data field to the navigation screen.
Is this possible? I will mostly use this data field in navigation mode so it's important for me to test it in navigation mode.
Another question is: if I have the same data field in the screen with only data fields (I don't know what it's called) and in the navigation screen, can those two data fields share the state? My data field will fetch information from the internet, and with a request taking 5 minutes (temporal event limitation) I don't want switching between screens to reset the state of these data fields. Is this possible?
Thanks.