unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.76k stars 705 forks source link

[Calculator][Android] Last Few Lines Not Visible in Landscape Mode #17543

Open jhanvi03 opened 1 month ago

jhanvi03 commented 1 month ago

Current behavior

When the user switches to landscape mode on an Android device, the last few lines of the calculator (Scientific and Programmer) are not visible Screenshot_20240715_135425_Uno Calc shared image

Expected behavior

In landscape mode on an Android device, all lines of the calculator, including the last few lines, should be fully visible

How to reproduce it (as minimally and precisely as possible)

Steps to reproduce:

  1. Install and open UNO Calculator on Android device.
  2. Go to Menu -> Scientific or Menu -> Programmer.
  3. Put your device in landscape mode.
  4. Observe last few lines are missing.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

Android

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

jhanvi03 commented 1 month ago

Also, in macOS, when the screen is small, the user is not able to see the last line properly. image

MartinZikmund commented 1 month ago

This is most likely issue of the app's layout itself not being optimized for such small screen. Maybe updgrade to new styles will help https://github.com/unoplatform/calculator/issues/615