0

I'm looking for some javascript that will redirect users who are using iOS 7 and above to another page.

I've tried looking through this forum which shows how to do this with iPads etc but I can't find anything regarding a specific versions of iOS (regardless of the device).

Thank you for your help.

  • just serch on google and find here : http://stackoverflow.com/questions/9514179/how-to-find-the-operating-system-version-using-javascript – Mehmet Sep 18 '14 at 08:18

1 Answers1

0

You can use User Agent String.Com, it also has a JavaScript code that will parse the agent string to sections.

Scription
  • 648
  • 3
  • 12
  • 21
  • I understand that it should look something like this but how do you specify to redirect on iOS7 and above? `` – user3522802 Sep 18 '14 at 10:40
  • user gent string specifies the operating system as well. so check it in your condition – Scription Sep 18 '14 at 10:47