Assigned
Status Update
Comments
sa...@meteoblue.com <sa...@meteoblue.com> #2
Hello,
I'm only a little familiar with Power Apps. Is your app a mobile app or a web app?
This link
The primary
If your app does not work on Android mobile devices, you can also consider the
Description
Component used: androidx.glance:glance-appwidget Version used: 1.1.1 Devices/Android versions reproduced on: API 34, 35
When using
SizeMode.Exact
in Jetpack Glance widgets, displayed size values mismatch logged values during resizing. The widget composition receives two distinct size updates per resize event: an initial intermediate size (visible in UI) followed by the final size (visible in logs). This creates a discrepancy where the UI displays stale dimensions while logs reflect the settled size. The issue persists across multiple Android versions (12-14), occurring consistently when resizing via pinch/drag gestures.The framework might be caching intermediate states or delivering size updates out of sync with UI rendering.