The front end H5 Mobile terminal -IOS keyboard after folding white solution January 6, 2024 by Ms. Sandra Henderson No Comments document.body.addEventListener('focusout', function () { if (isIOS) { window.scrollTo(0, 0) } }); Copy the code The difference between a Focusout event and a blur event is that the latter does not bubble.