I am trying to develop a web application for mobile devices (Android and iPhone).
I came to know that Android older version browser doesn't support SVG.
Is there a way in JavaScript, jQuery (whatever, in fact) to check if browser supports SVG? So, if it doesn't support I might be able to do some "B" Code for my app to run properly for all browsers.