Ideal-Image-Slider-JS icon indicating copy to clipboard operation
Ideal-Image-Slider-JS copied to clipboard

iOS 8 Next & Prev Controls Don't Display

Open gregwillits opened this issue 10 years ago • 1 comments

IIS 1.4.0, iOS 8, Safari

Next and Prev controls (< >) don't display on iOS Safari. I'm using SVG images, but otherwise using your default theme for testing. Works fine on desktop browsers, and responds correctly to all my media queries on the desktop based on changing the window width. The dots show up fine (but they don't work correctly -- I suspect related to the tap bug report just filed).

gregwillits avatar Feb 13 '15 22:02 gregwillits

@gregwillits Since there is no :hover state on touch devices, it is normal you don't see the controls. It does instead respond to swipe events.

Hope it helped

RomainSauvaire avatar Feb 25 '15 11:02 RomainSauvaire