/ Published in: PHP
This simple functions scans the user agent for the word "android" and returns true if found. Useful if there's something you only want android visitors to see (or not see).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function isItAndroid() { else return false; }