Assigned
Status Update
Comments
za...@google.com <za...@google.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
he...@suunto.cn <he...@suunto.cn> #5
Same issue on Realme GT Neo (Model: RMX3350, realme UI 4.0)
Description
Component used: Glance Version used: 1.0.0 & 1.1.0-beta01 Devices/Android versions reproduced on: HONOR TNA-AN00 (Android 12)
Background: https://issuetracker.google.com/244376734 Two different sizes when use SizeMode.Exact
If to say Glance will build two versions of widget at the same time, the portrait one and the landspace one, passing different responsive dimensions (LocalSize) to each versions,
then I've observated that on some devices (specifically my HONOR-TNA-AN00) The system puts the landscape version of widget to the homescreen which is actually portrait and even set blocked to portrait --- and causing rendering issues.
I understand the rationale of caching two versions of widgets at the same time, but facing such situation --- I dont know much about the underlying android widget system and I wanna know how to find out whose fault it is, Glance's or Honor's, and provide feedback on it?
Also since Glance adapted this mechanism it should be explictly described in documentation.
This bug could be reproduced using this simple demo project:https://github.com/StaticReasons/Glance-LocalSize-Demo