page jump on touch in chromium browser
-
Hi
I had a strange problem with my site.
In some browsers on mobile when the user touch any element on the page (just first time) suddenly the page jump to the top and after that user can click elements.
I spend so much time to debug the problem and finally figured out that in the maxmegamenu.js file on line 553, {“height”: “hide”} is the problem!
I don’t think we have a height: hide in css and in chromium browsers it create this behaviour.
currently i comment this code and every thing works fine
`$menu.animate({“height”:”0″}, plugin.settings.effect_speed_mobile, function() {but I don’t think commenting on this part is reasonable so if there is a better way please inform me.
thank you
- The topic ‘page jump on touch in chromium browser’ is closed to new replies.