
Hi community,
I built a canvas app in Power Apps that works perfectly on Android 15 and older devices. However, when trying to run it on a new Lenovo Tablet (Model ZAEH0120MX) running Android 16, the application crashes on startup and immediately throws the following error: "Malformed Base64 string".
The issue seems to be natively caused by the Pen Input control. When the app attempts to store the .Image property into global variables, it creates a compatibility or security conflict with Android 16's rendering engine. My formulas are clean and protected, but the native behavior of the control crashes the app before any screen loads.
Is this a known bug with Android 16, or is there a specific workaround? Any help from the product team would be greatly appreciated. Thanks!