- Moderator
- 389
Hello,
I suppose you use old version of the theme. This was fixed on the 2nd of September. Now the code looks like this:
I suppose you use old version of the theme. This was fixed on the 2nd of September. Now the code looks like this:
if (!string.IsNullOrWhiteSpace(Request.UserAgent) && Request.UserAgent.IndexOf("Android 2.", StringComparison.InvariantCultureIgnoreCase) > 0)
{
isAndroid23Class = "android23";
}
Best Regards,
Mladen Staykov
Nop-Templates.com
Mladen Staykov
Nop-Templates.com