Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

iOS 8 Next & Prev Controls Don't Display #58

Open gregwillits opened 9 years ago

gregwillits commented 9 years ago

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).

RomainSauvaire commented 9 years ago

@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