the below code was applied and mElapsedDistance & mLapNumber were not increased
function compute(info)
{
if(info has :elapsedDistance )
{
if(info.elapsedDistance!= 0 && info.elapsedDistance…
function compute(info)
{
if(info has :elapsedDistance )
{
if(info.elapsedDistance!= 0 && info.elapsedDistance…
Maybe I missed it, but what watch and phone type..
Strava does NOT currently support data written in the FIT file by CIQ FIT contributor. It's not just that it doesn't show it. If your file has CIQ data in it, it may not import it at all. It'b been hit or miss on my testing and I can't identify why…
So, you can change your app-setting on a watch while your app is running, correct? Not just change them and start your app with the new settings... This is where onSettingsChanged() comes into play...
There is something out in your project or in your…
Current lap, current lap time and current distance can all be done programmatically .. I just did it recently for my app and I am not a proficient Connect IQ developer yet. So it is not that hard to do.