Issue with Label text binding on iPhone

I have developed a page that shows all of the temperatures from my SmartThing devices. I have used the device binding method on the text field to populate. When I simulate through the designer, everything works great. However, on my iPhone the values don’t show up upon loading the page. I have to switch pages and come back in order for the values to show. Is there a better way to implement this so I can see the values upon the first page load?

Thanks

It’s probably a sizing issue. Try assigning an absolute size to the control to see if that fixes it.

That resolved my issue! Thanks for the quick reply!