Get iOS version
Hi people,
First of all I'm new to this site and I have to say that's really impressive!
So here is my first piece of (JavaScript) code to receive the current iOS version of an iDevice:
var nav = navigator.userAgent.split(' ');
alert(nav[4].replace('_','.'));
Best regards,
Sjors
Written by Sjors van Dongen
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#