You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: