Hi:
On my first mobile site I got the above problem in the following mobile js code:
The problem only occurs with IE browser, use Chrome browser and the problem disappears.
Phil
On my first mobile site I got the above problem in the following mobile js code:
for (var i = 0; i < CAPTURE_EVENTS.length; i ++) {
that.container[0].addEventListener(CAPTURE_EVENTS[i], capture, true);
}
Phil