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

Card not displaying correctly on Android mobile app #91

Open
MonolithNZ opened this issue Feb 19, 2023 · 1 comment
Open

Card not displaying correctly on Android mobile app #91

MonolithNZ opened this issue Feb 19, 2023 · 1 comment
Assignees

Comments

@MonolithNZ
Copy link

Describe the bug
With 3.6.5 installed, when the card is viewed on the android mobile app, with horizontal scroll on, one item is displayed on a second row, The card displays correctly when viewed from my web browser on PC.

Expected behavior
One row visible only.

Screenshots
Screenshot_20230219-130825

Card Configuration
type: custom:plex-meets-homeassistant
protocol: http
sort: titleSort:asc
playTrailer: true
showExtras: false
showSearch: true
ip: xxx.xxx.x.xx
token: xxxxxxxxxxxxxxxxxxxxxxxx
port: 'xxxxx'
entity:

  • plexPlayer | LG OLED55CXPVA | xxx.xxx.x.xx | xxxxxxxxxxxxxxxxxxxxxxxxx
    libraryName: Movies
    maxCount: '20'
    maxRows: '1'
    useHorizontalScroll: 'Yes'
    useShuffle: 'No'
    displayTitleMain: 'Yes'
    displaySubtitleMain: 'Yes'
    minWidth: ''
    minEpisodeWidth: ''
    minExpandedWidth: ''
    fontSize1: ''
    fontSize2: ''
    fontSize3: ''
    fontSize4: ''
    minExpandedHeight: ''
    title: ''
    runBefore: ''
    runAfter: ''

Card Version
3.6.5

Plex Version
4.87.2

Device information
Android home assistant app

Additional context
The card functions as expected when i downgraded to version 3.6

@MonolithNZ MonolithNZ changed the title Bug Card not displaying correctly on Android mobile app Feb 19, 2023
@ITensEI
Copy link

ITensEI commented Sep 6, 2023

It's trying to display 3 items in a row, but the card only fits 2 at default size so it moves one down a row. If you set the Min Width to something like 80 it shows properly.

Problem is when you click on a title it tries to show full PC Plex window of the content.

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

3 participants