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

Screen Goes Blank On Scroll After Exiting App #98

Closed
wbry21 opened this issue Dec 23, 2021 · 2 comments
Closed

Screen Goes Blank On Scroll After Exiting App #98

wbry21 opened this issue Dec 23, 2021 · 2 comments

Comments

@wbry21
Copy link

wbry21 commented Dec 23, 2021

Hey

Forgive me I'm new to TV development. I'm encountering an issue where on first install it worked perfectly after exiting the app you're able to see the full screen up until you start scrolling once you scroll the screen comes up blank if I uninstall the application and reinstall it works. Any insight on how I can debug this issue?

image
image

TV Model: QN65Q70AAFXZA
Software Version: T-NKM2AKUC-1805.4

Steps to reproduce:

Login to Jellyfin
Press the back button until you are asked Do you want to exit?
Click Yes

The next time I open the app I have this issue

Thank You in advance

@wbry21 wbry21 changed the title screen goes blank on scroll Screen Goes Blank On Scroll After Exiting App Dec 23, 2021
@dmitrylyzo
Copy link
Collaborator

It seems that you are using a custom CSS theme where scrolling is set incorrectly: the page div (data-role="page") has overflow: visible (instead of overflow: auto or overflow: scroll) - so it is not considered (by ScrollManager) as a scroller.

You can disable custom CSS using the Disable Server-Provided Custom CSS option in the Display settings section. But you need to temporarily comment out @import in the Dashboard (from PC) as the Save button is also inaccessible.

@wbry21
Copy link
Author

wbry21 commented Dec 23, 2021

Hey Dmitry,

Thank You so much your 100% right.

Just in case if anyone is using
https://github.com/prayag17/JellySkin themes

This has now been fixed

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

2 participants