Well i know there are many jquery plugins which can detect browsers such as Firefox , IE , chrome , etc … And mainly 3 types of OS are supported by them i.e. windows , mac , linux.
I tested many plugins to detect my android but all failed.
Is there any plugin which can detect android os and then browsers such as android browser or opera mine and iOs and etc mobile devices such as black berry.
Thanks
Check this out http://www.quirksmode.org/js/detect.html you can easily detect whether you are on iPhone or iOS. you may have to add Android to the entry and it would do it. Just print out the necessary attributes.
Hope this helps