I am looking for assistance with coding to detect and redirect a iOS user on any browser other than Safari. I was able to accomplish this via .htaccess, but for iPhone & iPad redirect only, via this:
RewriteCond %{HTTP_USER_AGENT} iphone|ipad [NC]
RewriteRule ^$ /ios.php
But, I only intend it for non-Safari iOS browsers on iPhone and iPad. Open to other methods than htaccess. Our WebRTC script only works on Safari.