In android webview, I have set web chrome client and have enabled hardware acceleration. In my webpage, I have a html5 video (inline). When a video is playing and the home button is pressed, the video does not pause leaving the user with bad user experience. How do I pause all playing videos on a webview instance without destroying it?
P.S. Please don't post JS solutions as I cannot have access to JS layer (and iframes which have videos too)