I have a webview playing a HTML5 remote audio stream. When changing orientation, the activity is destroyed and rebuilt, but audio continue to play in the background.
The newly re created webview start playing the same stream that overlaps with the previous one. How can I full close/destroy a webview when the device is changing orientation?
The newly re created webview start playing the same stream that overlaps with the previous one. How can I full close/destroy a webview when the device is changing orientation?