Applies to Product - Power Apps
What’s happening?
While filling fields in a form using the mobile app, the input values are not being retained after switching to another field. This issue occurs specifically on Android devices and does not happen when using the web version or PowerApps for desktop.
Reason:
This appears to be related to the slowness in re-rendering the HTML input element of some controls on Android devices. When a field is selected, the associated OnFocus function changes its mode to edit, but when switching to another field, a new HTML element is created with focus, replacing the old one. This delay may lead to the last entered value being cleared before it is saved.
Resolution:
- Confirm that the affected fields are properly configured in the form settings and are not set to be read-only or hidden under certain conditions.
- As a temporary mitigation, define the affected fields as required in the form to see if this resolves the issue.
- If the issue persists, further testing and investigation may be required by Microsoft Support.
