AmIMobile

Check if browser is for a mobile or tablet, or not.
This was before we have bootstrap, might still work, not tested

CodeFunctionName
What is this?

Public

Not Tested

Imported

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Mydevlib.com

Linkedin Login

If AmIMobile>0 Then
    Response.Write("Mobile!")
Else
    Response.Write("Not mobile!")
End If

Views 3,891

Downloads 1,473

CodeID
DB ID