I have a Power Apps Canvass app, that is working appropriately for the last year that essentially tracks a work order. I pushed an update, and it caused the 'Update' and 'Resolution' page's form and text fields to disappear. Thing is, I did not do any updates to those pages, and they only disappear on the Mobile app version, not on the Browser version (works completely as intended on the browser, even if using it via the Mobile phone).
The Form/Fields are visible for half a second and then disappear. I ran a debug screen on the mobile and it does not show anything that would cause a visibility issue. Is it maybe something to deal with data loading? But if so... how would that cause a form to disappear or not show up, but only on a mobile version vs the browser version?
Ensure the form's visibility is always set to true() to rule out logic issues.
Add a loading spinner or delay the form until data is fully loaded.
Clear the mobile app cache or reinstall the app to address potential cache problems.
Use static test data to check if the issue is related to the data source or rendering.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.