E-mail List Archives
Re: Hidden text and mobile devices
From: Jamous, JP
Date: Aug 25, 2016 7:02AM
- Next message: Jamous, JP: "Re: Fwd: Dynamic Form Input Rules"
- Previous message: Lovely, Brian (CONT): "Re: Fwd: Dynamic Form Input Rules"
- Next message in Thread: Patrick H. Lauke: "Re: Hidden text and mobile devices"
- Previous message in Thread: Jim Homme: "Re: Hidden text and mobile devices"
- View all messages in this Thread
Not touch screen. Rather screen resolution.
Check out the .NET framework and look under System.Web.Pages.Request.Browser. You will see what I am referring to right there. There is an array of things to capture.
If OS == "iOS" && ScreenSize => "1024X768" Then
It is an iPad and not an iPhone.
**************************************************
Jean-Pierre Jamous
Digital Accessibility Specialist & Developer
UI Accessibility Team
The only limitations in life are those we set for ourselves
**************************************************
- Next message: Jamous, JP: "Re: Fwd: Dynamic Form Input Rules"
- Previous message: Lovely, Brian (CONT): "Re: Fwd: Dynamic Form Input Rules"
- Next message in Thread: Patrick H. Lauke: "Re: Hidden text and mobile devices"
- Previous message in Thread: Jim Homme: "Re: Hidden text and mobile devices"
- View all messages in this Thread