I have had an issue on the android mobile app since a recent upgrade (running Android V13 on Samsung Galaxy S6 lite and Samsung Galaxy S22 Ultra) with the image scaling in the image gallery widget going crazy. Before I go into the sketch and change the scaling in the code, I wanted to check whether it might be a bug. Have also noticed that the “add new image” button has disappeared. What have I done:
Restarted the app
Cleared the cache
Added a new widget. The scaling issue remains but the “add new image” button returns
The devices are Lolin ESP8266 mini pro V2. I have attached a screenshot. The large red things at the right of the image are trend arrows (but horribly over scaled). These were all displaying fine prior to the recent update.
ah - thanks. I now remember the datastream setting for the number of images. An example of the images giving problems are below. I’m not sure how to upload the actual file.
Are there any screenshots of how it looked before? Which previous version did you use: 1.8.0 or 1.7.x? Or can you attach screenshot of dev mode of this dashboard - so I can understand the bounds of image widgets.
You also circled the moon image - is something wrong with it too?
Hi,
Thanks for coming back. No screenshots unfortunately but I think the problem started 5-6 weeks ago. I have added an image of the page in developer mode which gives a view of what the images looked like in run mode (perhaps slightly smaller). I have also attached an image of another page in developer mode and run mode showing the issue with another image (valve image). The reason I circled the moon image is that its scaling has also changed but the other way (it has scaled down).
I have been playing with the scaling of the images via the scale property in the sketch and I can get them back to where I need them by changing the scale percentage. I just don’t want to change them all and then have to change them all back if an issue is found somewhere. I probably need some direction on this.