ios中软键盘问题

angular中解决:

ngAfterViewInit(): void {
      document.body.addEventListener(‘focusout‘, function () {
      window.scrollTo(0, 0);
      document.body.scrollIntoView();
      document.documentElement.scrollIntoView();
    });
  }

ios中软键盘问题

上一篇:vue10----axios拦截器、js-base64歌词解码、lyric-parser解析歌词、watch的用法:当data中的值发生变化时触发、播放和暂停歌词,点击进度条跳转到对应歌词


下一篇:解决java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id "null"