Open ghubby123 opened 7 years ago
popping up the keyboard is done by the framework. but this looks like a possible fix: https://stackoverflow.com/questions/5622202/how-to-resize-alertdialog-on-the-keyboard-display
Reverted the fix because it leads to styling issues. Proper way to fix this is promote the popups to proper activities.
A dialogFragment, I think would be best. That would let you reuse it on the filter screen and maybe in the drawer if you want
that would be a great idea if fragment lifecycle handling wouldn't suck. Making it an activity is much simpler. See [1] for the rationale against fragements.
Bug description
Keyboard obscures long lists of tags when the phone is using a high DPI setting.
Steps to reproduce
Actual result
The list of tags/projects is displayed but is partially obscured by the keyboard automatically being displayed
Expected result
List of tags would be displayed without the keyboard being displayed
Device info
Device: Google Nexus 6 Android version: Lineage OS (Android 7.1.2) Simpletask version: Simpletask Cloudless 9.0.7
Screenshots
Here you can see the actual behavior with a high DPI setting (keyboard obscuring the list):
Here you can see the expected behavior with a low DPI setting (no keyboard obscuring the list):