Here’s a code for fixing this known issue on the Safari and Chrome browsers
-
If (Request.UserAgent.IndexOf("AppleWebKit") > 0) Then
-
Request.Browser.Adapters.Clear()
-
End If
Here’s a code for fixing this known issue on the Safari and Chrome browsers