Ideal-Image-Slider-JS
Ideal-Image-Slider-JS copied to clipboard
iOS 8 Next & Prev Controls Don't Display
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 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