Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Persistent Audio or Video embedded with <iframe> even after dispose() #90

Open
magicarchitect opened this issue Sep 19, 2022 · 0 comments

Comments

@magicarchitect
Copy link

Hi there! First of all, congrats for this awesome plugin :)

My problem is the following: when the HTML content contains an <iframe> with an embedded Youtube, Vimeo or SoundCloud vídeos/audios, when the users changes to other Widget -> Navigatior.of(context).pop() the video or audio are still playing in the background... even if I call to dispose() on the Webview Controller.

@OverRide
void dispose() {
super.dispose();
webviewController.dispose();
}

How can I stop playing the iframe object?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant