min-cal-widget icon indicating copy to clipboard operation
min-cal-widget copied to clipboard

Height problem

Open jared-chen opened this issue 2 years ago • 3 comments

Checklist

  • [X] I am able to reproduce the bug with the latest version.
  • [X] I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • [X] I have taken the time to fill in all the required details. I understand that the bug report could be dismissed otherwise.
  • [X] This issue contains only one bug.

Describe the bug

Only at 52, the height of the widget is 2. Otherwise, no matter 42, 32, 22, the height is only about 1.5.

Steps To Reproduce

resize the widget to 5*2 then reboot or change system language, the height will be full height. otherwise , the height is 1.5.

Expected Behavior

I think the height should be full height without being cut off. But I found that many apps have same problem, including the month view of Google Calendar widget, but the schedule view of Google Calendar widget displays full height regardless of the width.

Affected app version

2.13.0

Device

realme narzo 50 pro

Android version

14

Launcher

realme ui 13.0.15

Additional context and screenshots

Screenshot_2023-11-08-16-14-08-98_b783bf344239542886fee7b48fa4b892

jared-chen avatar Nov 08 '23 08:11 jared-chen

Hi @jared-chen,

Could not reproduce the behaviour with three different launchers on the emulator, seems that this bug is generated by the launcher you're using rather than the widget itself (you already mention that many apps have the same problem, including the month view of Google Calendar widget). In any case, the widget only has min height and width values, it does not enforce any height cut at any specific width.

Since this is not something that can be fixed in this repository, will close the issue. However, if you find any open source widget that does not have this bug feel free to reopen it so I can investigate what's the difference.

mvmike avatar Nov 13 '23 20:11 mvmike

I found an open source widget Screenshot_2024-04-13-23-39-57-30_b783bf344239542886fee7b48fa4b892 "10-bitClockWidgetthat" does not have this bug.

My Android version is 13.

jared-chen avatar Apr 13 '24 15:04 jared-chen

Thanks, will have a look!

https://github.com/ashutoshgngwr/10-bitClockWidget

mvmike avatar Apr 13 '24 19:04 mvmike