Yet-Zio / yetCalc

Yet another calculator designed and developed for Android
BSD 3-Clause "New" or "Revised" License
217 stars 17 forks source link

Scientific functions only available in landscape screen #6

Open r0polach opened 1 year ago

r0polach commented 1 year ago

On my phone, scientific functions are only available in landscape screen orientation, not in default portrait screen orientation. Moreover, user even may not know that scientific functions are present in the app and that they must change the screen orientation to access them.

Screenshot_20230103_090123_yetCalc

Yet-Zio commented 1 year ago

Sorry for the inconvenience @r0polach, currently this is intended behaviour(scientific mode requires landscape). I didn't try to add an intro tour or popup dialog when app ran first concerning this.(will be present in the next update)

Concerning portrait, fitting all those buttons and additional ones may not be a issue for larger screen sizes by a drop down or something similar like Google does for its Calculator but there are extra buttons here as well like comma, space, variable selector, etc. I have also found weird issues in really small screen sizes, which makes the UI cut off.(only in portrait mode)

Thanks for reporting this issue and feel free to let me know if you encounter any problems with other modes in yetCalc.