daedalus 430 Posted September 7, 2015 Posted September 7, 2015 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 android 5.1.1 | chrome 45.0.2454.84
daedalus 430 Posted September 20, 2015 Author Posted September 20, 2015 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
Vidman 590 Posted September 20, 2015 Posted September 20, 2015 When Those buttons are shown is dependant on screen resolution/density
daedalus 430 Posted September 20, 2015 Author Posted September 20, 2015 (edited) 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 September 20, 2015 by daedalus
Luke 40091 Posted September 20, 2015 Posted September 20, 2015 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.
daedalus 430 Posted September 21, 2015 Author Posted September 21, 2015 (edited) good to see its being worked on it thanks Edited September 21, 2015 by daedalus
kingy444 114 Posted December 15, 2015 Posted December 15, 2015 (edited) 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 January 7, 2016 by kingy444
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now