We can detect whether the device is iOS or not without using RegExp with the help of JavaScript. There are two approaches first is Use navigator.platform property to check for the particular keywords which belongs to iOS devices using index of( ) and second is using pop() to take out one by one Approach 1: Use navigator.platform… Continue reading How to detect whether a device is iOS without using Regular Expression in JavaScript