Skip to content
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

Make ChaosFlix resizable #51

Open
alexanderadam opened this issue Jul 23, 2020 · 0 comments
Open

Make ChaosFlix resizable #51

alexanderadam opened this issue Jul 23, 2020 · 0 comments

Comments

@alexanderadam
Copy link

alexanderadam commented Jul 23, 2020

I'm using Samsung DeX, which gives a desktop like experience and makes use of Android windowing support.

Samsung has documentation on how to enable window resizing for Android applications:

<application
    android:resizeableActivity="true">
</application>

This documentation also has more tweaks and information on how to improve the desktop experience in case you're interested.
They also have an app testing guide (although some apps are fine with this guide but won't work on "real" DeX sometimes).

At the moment the resizing button is greyed out and the application is always nearly squarish:

Screenshot of ChaosFlix on Samsung DeX

PS: I know that it is possible to force all apps to be resizable via Samsung Labs > Force Resize but it would obviously better to make the application natively resizable to create less friction.
PPS: I'm not sure whether this is relevant but this is how GitNex fixed the issue and this is how NewPipe did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant