jQuery Mobile prevent scroll-to-top before page transition?

前端 未结 6 1282
一生所求
一生所求 2020-12-06 01:02

When I click on a list-item, to go to another page, the current page jumps to the top of the screen before transitioning to the next page.

This problem occured in jQ

6条回答
  •  温柔的废话
    2020-12-06 01:42

    For Jquery Mobile 1.4.5 i fixed that by changing this line in jquery.mobile-1.4.5.min.js:

    a.mobile.hideUrlBar&&g.load(a.mobile.silentScroll)

    to this:

    a.mobile.hideUrlBar

提交回复
热议问题