We had the exact same problem, and the following code works great…
var scroll = $(window).scrollTop();
// yada
$("html").scrollTop(scroll);
We had the exact same problem, and the following code works great…
var scroll = $(window).scrollTop();
// yada
$("html").scrollTop(scroll);