I need to change out some buttons and text on a mobile website depending on whether the user is viewing it on an Android or iOS browser. Is there a reliable way to perform t
You could use the navigator object: http://www.w3schools.com/js/js_browser.asp and then use if statements based on the properties of navigator.