Forum Moderators: phranque
IE 5.5+
IE Mobile 10+
Edge 12+
Firefox 3.5+
Chrome 4+
Safari 3.1+
Opera 9+
Opera Mobile 12.1+
iOS Safari: 5.0+
Samsung 4+
Android 3+
Android Chrome 66
Android Firefox 60
// No clue what these are, but they're on the list
Android UC 11.8
Android QQ 1.2
BB 7+
Baidu 7.12
$compatible = false;
$browser = get_browser(null, true);
if (
($browser['browser'] == 'MSIE' && $browser['version'] >= 5.5) ||
($browser['browser'] == 'Firefox' && $browser['version'] >= 3.5) ||
...
) $compatible = true; As an alternative, is there any possibility of throwing in a quick script to test for whatever specific functionality you need, independent of browser version?