gpt4 book ai didi

webview - WebView 关闭后,来自 Youtube 嵌入式视频的音频继续播放 - Flutter

转载 作者:IT王子 更新时间:2023-10-29 06:44:21 27 4
gpt4 key购买 nike

我正在使用 Flutter 中的 flutter_webview_plugin 和 MaterialPageRoute 创建一个 webview。

 Navigator.of(videoContext).push(
new MaterialPageRoute(builder: (context) {
return new WebviewScaffold(
url: "https://www.youtube.com/embed/fq4N0hgOWzU",
appBar: new AppBar(
title: new Text("flutter"),
backgroundColor: Colors.black,
),
);
}));

点击左上角的后退按钮后,webview 关闭但音频继续播放。

插件页面上的示例没有帮助。 ( https://pub.dartlang.org/packages/flutter_webview_plugin#-example-tab- )

如果有人能告诉我正确的方向,我将不胜感激。

[更新]
这看起来像是 Assus Zenfone 5(android 4.4) 型号上的问题。
代码在 Moto G3 上运行良好。

最佳答案

Don't forget to dispose webview

 flutterWebviewPlugin.dispose()

来自 documentation

关于webview - WebView 关闭后,来自 Youtube 嵌入式视频的音频继续播放 - Flutter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49657717/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com