点击input输入框,底部键盘挡住输入框的解决办法


$("input").on("click", function() {

      var target = this;
      setTimeOut(function() {
          target.scrollIntoView(true);
      }, 100);

  })


更多技术问题,可前往优睿科技查看

猜你喜欢

转载自blog.csdn.net/qq_36926807/article/details/80816073
今日推荐