Touch events don't fire on ios after suspending application

If I click on home button when splash screen throbber show and than go back to application, touch events stop working. Even <body onclick="alert('test')"> doesn’t work.
document.addEventListener('resume'...) works well.
How can I fix it?