0

I am trying to fix an issue that only appears on my website when browsing using an Safari on an iPad, what is the best/cleanest solution to run some CSS to just target that particular combination of device and browser?

Zabs
  • 12,494
  • 42
  • 150
  • 262
  • Possible duplicate of [CSS media query target only iOS devices](http://stackoverflow.com/questions/30102792/css-media-query-target-only-ios-devices) – insertusernamehere Jan 13 '17 at 12:44

1 Answers1

0

You may need to do some feature/device sniffing to add a class to the body tag to identify the browser. If you describe what the problem is in iPad Safari, I could maybe give you a solution to fix the problem without targeting that specific browser, meaning the CSS would apply to all browsers but doesn't break anything.

tg'
  • 41
  • 3