2013-11-12, 20:01:28
Hey, I found this solution as well - It seems to work and thought I would let you know.
Here is the link that has it - http://stackoverflow.com/questions/17178...e-browsers
Basically the answer is;
In your minified bootstrap.min.js file, find the substring
"ontouchstart"
and replace it with
"disable-ontouchstart"
Onto the next one
Here is the link that has it - http://stackoverflow.com/questions/17178...e-browsers
Basically the answer is;
In your minified bootstrap.min.js file, find the substring
"ontouchstart"
and replace it with
"disable-ontouchstart"
Onto the next one