-
Notifications
You must be signed in to change notification settings - Fork 62
Description
🐞 Bug Report: Power Apps CodeApps Does Not Work on Mobile Devices
Summary
Power Apps CodeApps does not function (Stuck on Loading) as expected when deployed to and accessed from a mobile device using the latest version of the Power Apps mobile app from the App Store.
Steps to Reproduce
-
Clone the Microsoft Power Apps Code Components quickstart repo:
🔗 https://learn.microsoft.com/en-us/power-apps/developer/code-apps/quickstart -
Follow the quickstart steps to:
-
Open the latest Power Apps mobile app (downloaded from the App Store) on an iOS or Android device.
-
Launch the app that includes the deployed code component.
Expected Behavior
The custom code should load and function as it does on the desktop browser, rendering UI correctly and handling events.
Actual Behavior
- The does not work on mobile device.
No meaningful error messages are shown in the Power Apps mobile app.
Environment Details
Platform | Device Type | OS Version | App Version | Status |
---|---|---|---|---|
Desktop | Browser (Chrome/Edge) | Windows/macOS | Latest | ✅ Working |
Mobile | iPhone | iOS | Power Apps (latest from App Store) | ❌ Not Working |
Power Apps mobile app was downloaded/updated from the App Store before testing.
Additional Notes
- Code component was built and deployed without errors.
- Behavior is consistent across multiple mobile devices and Ipad.
- Reinstallation of the Power Apps mobile app did not resolve the issue.