1

Topic: Non-compliant operation between IOS and Android

Hello,

I am using your Remotexy software with an Iphone and an Ipad, the display of the temperature window does not work correctly. On Iphone the window remains empty, on Ipad the window displays C (centigrade). On Android the window displays the temperature normally.

Can you fix this bug?

Cordially.

2

Re: Non-compliant operation between IOS and Android

Please share screenshots and code.

3

Re: Non-compliant operation between IOS and Android

INITIALISATION :
char digit1[2];  // string UTF8 end zero
char digit2[2];  // string UTF8 end zero
char digit3[2];  // string UTF8 end zero
char digit4[2];  // string UTF8 end zero
char waterTemp[11];  // string UTF8 end zero 
float tempWater=20.0;
digit[0]='0';
COMMAND TO PRINT THE VALUES ON THE SCREEN
strcpy (RemoteXY.digit1, digit);
strcpy (RemoteXY.digit2, digit);
strcpy (RemoteXY.digit3, digit);
strcpy (RemoteXY.digit4, digit);
dtostrf(tempWater, 0, 0, RemoteXY.waterTemp);

4

Re: Non-compliant operation between IOS and Android

This is not enough so that we can reproduce this bug