You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc).
This is also consistent with e.g. the Android System UI, which switches into tablet mode at a smallest width of >=600dp.
Is your feature request related to a problem? Please describe it
I run my phone with a smallest width of ~500dp. This defaults NewPipe into tablet mode. PR #6059 fixes the problem for me, but I think the automatic tablet mode threshold is not where it should be.
How will you/everyone benefit from this feature?
This is a really small fix (literally just change a number) and causes phones with larger screens to be detected as phones.
I am pretty sure there is no tablet out there with a (default) smallest width of <600dp.
The text was updated successfully, but these errors were encountered:
Checklist
Describe the feature you want
Currently, NewPipe determines whether tabled mode should be used based whether the smallest width is <480dp or >=480dp.
According to the the Android developer guide (https://developer.android.com/training/multiscreen/screensizes) the breakpoint should be at 600dp. They have the following quantifiers there:
This is also consistent with e.g. the Android System UI, which switches into tablet mode at a smallest width of >=600dp.
Is your feature request related to a problem? Please describe it
I run my phone with a smallest width of ~500dp. This defaults NewPipe into tablet mode. PR #6059 fixes the problem for me, but I think the automatic tablet mode threshold is not where it should be.
How will you/everyone benefit from this feature?
This is a really small fix (literally just change a number) and causes phones with larger screens to be detected as phones.
I am pretty sure there is no tablet out there with a (default) smallest width of <600dp.
The text was updated successfully, but these errors were encountered: