I just downloaded Google Chrome for iPad and I noticed that it doesn\'t work with ASP.NET 4 websites!
For example, create a simple page:
Below worked for me...
if (Request.UserAgent != null && Request.UserAgent.IndexOf("crios", StringComparison.OrdinalIgnoreCase) > -1) { this.ClientTarget = "uplevel"; }