Page 1 of 1

IOS read-only not working and endless refresh on Android

Posted: Thu Jun 25, 2026 10:47 am
by Dorian
Hi,

I have identified new bugs related to the RainMaker app for IOS and Android.

1. Parameters created only with PROP_FLAG_READ (so read-only) are still visible with Edit field on the IOS app. This is not reproduced on the Android app, and I know that it worked in the past versions on the IOS app as well. This only happens for text parameters (toggle, for example, is working fine)

2. The refresh on Android is never-ending, so the loading icon stays forever (tested on different phones as well). Also new parameters added using esp_rmaker_report_node_details are not updated automatically on the Android app (on IOS is refreshed automatically annd they are visible)

printscreen.png
printscreen.png (63.94 KiB) Viewed 33 times

Versions:
- esp_rainmaker 1.15.0
- esp_rainmakercommon 1.8.5
- APP version v3.14.0
- IOS version v3.7.1
- esp idf 5.5.1

Thank you

Re: IOS read-only not working and endless refresh on Android

Posted: Fri Jun 26, 2026 2:16 pm
by Dorian
One more bug I see between IOS and Android apps.

IOS supports having a value as a description of the parameter that is not part of a dropdown list, while on Android, it shows an extra invalid value. This is confusing, and Android should not show that because it is just the description of the dropdown parameter.

Furthermore, on Android, because of that, it shows an empty space in the dropdown value.

Untitled.png
Untitled.png (211 KiB) Viewed 14 times