平稳的window.scrollBy()在ios中无法正常工作,它使跳转无法滚动

时间:2019-04-07 16:02:06

标签: reactjs react-native jsx react-bootstrap

我正在使用window.scrollBy(),它在PC上可完美运行,但是会在手机上跳转。 这是我打电话的例子

scrollTextAboutUs= () => {
    var scrollTo=document.getElementById("AboutUs").getClientRects()[0].y-this.state.headerHeight
    window.scrollBy({top: scrollTo, left: 0, behavior: 'smooth'})
  }

0 个答案:

没有答案