I am trying to make a website.The Compulsion is that it should work on Iphone,Androids,Samsung Galaxy S/S2,Ipad, Samsung Galaxy Tab,etc. and must give the Same experience. Is there a way to detect what mobile browser is making the request for page and accordingly apply the CSS made for it using Jquery?
I would like to strictly use HTML5, Jquery, CSS3 only.
I am trying to make a website.The Compulsion is that it should work on
Share
Your default stylesheet at the top of the page
Extend the jquery library to detect iphone/ipad
then check to see if the browser is of type and change the stylesheet accordingly