I have such pat of code:
jQuery('html, body').animate({
scrollTop: $element.find("h2").offset().top -50}, 2000, 'swing', function(){});
After clicking link in menu, page scrolls to one of the specified paragraph.
In new mobile browsers - FF, Chrome everything is ok.
In Opera mobile, and old android browsers this works only once and after clicking in menu second time ( in different or the same) link nothing happens. Any ideas?
on()when binding the click event. Helped me when I was having problems with an ipad. – Johan Jan 31 at 14:23htmlandbodyThat would seem like a problem. – jfriend00 Jan 31 at 14:27