H5 page letter to solve the micro keyboard away after webview not automatically issue down

Solution : body h5 rolling down;

var scrollbox = $('body');
var sheight = scrollbox.scrollTop();
scrollbox.scrollTop(sheight - 10);
setTimeout(function(){
  scrollbox.scrollTop(sheight);
},100)

  

Guess you like

Origin www.cnblogs.com/vicky24k/p/11465015.html