-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overflow on set_url page in landscape mode #1381
Comments
I want to solve this issue @palisadoes @SiddheshKukade As solution I can fix it in portrait mode or just fix the overflow? What do you suggest, which approach I should follow?? |
@SiddheshKukade I want to work on this. |
Hey, for now we're thinking of locking the app to be portrait mode only |
@Ayush0Chaudhary Are you still working on this? |
I completed this issue and raised the PR. There was some issue with your code dev report, I commented my research on code dev report issue in the PR. |
* fixes overflow * Fixes #1381 QR landscape overflow * Fixes #1381 QR landscape overflow * Add test for fixes in #1381 * Fixed the Mobile App in Portrait Mode. * Remove unecessary MediaQuery in SetUrlViewModel * Change the file to original * fix set_url_view_model_test * Changed the previous test that reinitialized hive * removed unused statements * Update app_setting_page_test.dart * Update app_setting_page_test.dart * Update app_setting_page_test.dart
Describe the bug
when we rotate the screen in landscape-mode on set_url page their is a overflow of 110 pixels in my device.
also we cannot set url in landscape mode.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should have not overflowed and alowwed to set url in landscape mode
Actual behavior
It overflowed
Screenshots
The text was updated successfully, but these errors were encountered: