Ticket Created
over 3 years ago

CA-91673

Transferred

Garmin Connect/IQ decimal issue

hi mates,

I've found an issue on decimal in the Garmin Connect and IQ app,

where I live we use the coma to separate integer and decimal => 44,000000

I know in code we use the dot.

on the IQ app when I try to enter a coordinate they keyboard does not allow the dot but allow the coma,

but if i put 44,000000 => too high number (I think the coma is thousand separation?! )

on the connect app, the keyboard does not allow the coma but allows the dot, but if I enter 44.000000 an issue is resulted and put 44000000,000

(if i do a coma copy past, it does work)

have a great day.

Parents
  • Hi !

    here is an exemple:

    <property id="Lat1" type="float">44.446602</property>
    <property id="Lon1" type="float">-1.254338</property>
    
    <setting propertyKey="@Properties.Lat1" title="@Strings.Lat1Title">
        <settingConfig type="numeric" />
    </setting>
            
    <setting propertyKey="@Properties.Lon1" title="@Strings.Lon1Title">
        <settingConfig type="numeric" />
    </setting>

    hope it will help

Comment
  • Hi !

    here is an exemple:

    <property id="Lat1" type="float">44.446602</property>
    <property id="Lon1" type="float">-1.254338</property>
    
    <setting propertyKey="@Properties.Lat1" title="@Strings.Lat1Title">
        <settingConfig type="numeric" />
    </setting>
            
    <setting propertyKey="@Properties.Lon1" title="@Strings.Lon1Title">
        <settingConfig type="numeric" />
    </setting>

    hope it will help

Children
No Data