BrowserInfoIsTablet Property |
Returns true if the browser is a table browser (e.g. iPad).
Also recognizes Android as a tablet browser when browser not reporting itself in Mobile mode.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsTablet { get; }
Public ReadOnly Property IsTablet As Boolean
Get
Property Value
Type:
BooleanSee Also