Jump to content

some differences between desktop and mobile


daedalus

Recommended Posts

daedalus

i've noticed some things

the top bar isn't hiding anymore on my phone

the next/prev arrows on the episode page are missing on my phone (red circle)

the 3dot button has turned into a spooky empty button on the desktop (blue circle)

 

win 8.1 | emby 3.0.5724.3 & 3.0.5727.26220 | firefox 40.0.2

post-143-0-93890600-1441612748_thumb.png

 

 

android 5.1.1 | chrome 45.0.2454.84

post-143-0-26136700-1441612050_thumb.png

Link to comment
Share on other sites

  • 2 weeks later...
daedalus

just noticed the "removing" of next/prev arrows on the episode page are intended cause in the android app they are gone too :(

is there a chance to get them back ? its pretty annoying to go back to the season just to get to go to the next episode page

Link to comment
Share on other sites

daedalus

i know that but in some previous version they were shown also in portrait mode

now they are shown nowhere on my mobile device not even in landscape (more width is not possible on a mobile device :) )

Edited by daedalus
Link to comment
Share on other sites

we just need to find a new place for them in the small screen mobile view. having a left button in the top left is not good because it is easily confused with a back button.

Link to comment
Share on other sites

  • 2 months later...
kingy444

For those who would like to have the button there in the mean time you can place the below in your custom CSS

@media(max-width: 1200px) {
.lnkNextItem, .lnkPreviousItem  {
    display: block !important;
    position: absolute;
    top: 50px;
  }
.lnkNextItem.hide, .lnkPreviousItem.hide {
    display: none !important;
  }
}
Edited by kingy444
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...