esp-rainmaker-ios
esp-rainmaker-ios copied to clipboard
Problem with self-toggling of ESP_RMAKER_UI_TOGGLE components
There is problem after adding 7'th parameter to device. It is on iOS only so think that it is mobile app related issue: https://github.com/espressif/esp-rainmaker/issues/151#issue-1322639769 App version: v2.7.0 (6f004b8)
Can You confirm this issue?
Hi @jacek12345, I could reproduce the issue with the details provided. On initial observation, toggle parameters are updated as per the device logs but when I fetch the parameter's value from the cloud, it sends a different value. There seems to be no error on the iOS UI rendering but as you have suggested this happens in iOS only, I will try out the same scenario on an Android device and will update you soon with my findings.
@jacek12345 I can see the toggle effect is not smooth in iOS. It is due to the reloading effect where device params are fetched repeatedly and UI is reloaded after some interval. We will update you once the issue is fixed.