WTCA#34469 input-type number ook op touch safari's not supported
svn path=/Website/trunk/; revision=27095
This commit is contained in:
@@ -346,7 +346,7 @@ function isBadInput()
|
||||
return true;
|
||||
if (agent.indexOf("Firefox")>=0)
|
||||
return true;
|
||||
if (agent.indexOf("Safari")>=0 && device.test(device.isDesktop))
|
||||
if (agent.indexOf("Safari")>=0)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user