Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 音量问题(ios) #625

Closed
2 tasks done
YCZ01111 opened this issue Jan 17, 2025 · 14 comments
Closed
2 tasks done

[Bug]: 音量问题(ios) #625

YCZ01111 opened this issue Jan 17, 2025 · 14 comments
Labels
bug Something isn't working

Comments

@YCZ01111
Copy link

在使用的时候发生了什么 Bug ?

首次打开播放器音量正常,再次打开播放器音量归零

当直接通过音量键调节音量时不显示数值或系统音量条,只有先通过手势调节一次音量后,按键才能正常显示音量条

您在使用哪个操作系统?

macOS / iOS

请具体提供设备、版本号等信息。

ipad8

(选填)一些与 Bug 相关的硬件信息。

No response

日志信息

提交前确认

  • issue 列表中,没有我发现的这个 Bug
  • 我正在使用最新版本的 Kazumi
@YCZ01111 YCZ01111 added the bug Something isn't working label Jan 17, 2025
@bggRGjQaUbCoE
Copy link
Contributor

a9e4dc3
setVolume 但没恢复

@Predidit
Copy link
Owner

这个问题应该在 #618 中修复了

不过要等下个版本

@Predidit
Copy link
Owner

@YCZ01111

话说在实体 iPad 上的超分辨率有性能问题吗,我们没有进行相关测试

@YCZ01111
Copy link
Author

@YCZ01111

话说在实体 iPad 上的超分辨率有性能问题吗,我们没有进行相关测试

我也还没使用过这个功能,这个功能对我来说无关紧要

@bggRGjQaUbCoE
Copy link
Contributor

这个问题应该在 #618 中修复了

不过要等下个版本

音量大小修了,但ios端没有恢复显示控制条

@Predidit
Copy link
Owner

@bggRGjQaUbCoE 有兴趣提交一个 PR 吗

@YCZ01111
Copy link
Author

这个问题应该在 #618 中修复了
不过要等下个版本

音量大小修了,但ios端没有恢复显示控制条

这个问题之前修复过,上次的问题是手势前能显示,手势后无法显示。这次的问题是手势前不显示,手势后可以显示,这是最新版本刚出现的问题

@YCZ01111
Copy link
Author

这个问题应该在 #618 中修复了
不过要等下个版本

音量大小修了,但ios端没有恢复显示控制条

类似问题之前修复过,上次的问题是手势前能显示,手势后无法显示。这次的问题是手势前不显示,手势后可以显示,这是最新版本刚出现的问题

@bggRGjQaUbCoE
Copy link
Contributor

这个问题应该在 #618 中修复了
不过要等下个版本

音量大小修了,但ios端没有恢复显示控制条

这个问题之前修复过,上次的问题是手势前能显示,手势后无法显示。这次的问题是手势前不显示,手势后可以显示,这是最新版本刚出现的问题

因为init加了设置音量,设置音量会隐藏控制条

@ErBWs
Copy link
Contributor

ErBWs commented Jan 18, 2025

解决办法是这个

Future.delayed(const Duration(seconds: 1),
() {
FlutterVolumeController.updateShowSystemUI(
true);
});
}

需要设置较长的延时,不然音量条会很快的显示再消失

@bggRGjQaUbCoE
Copy link
Contributor

bggRGjQaUbCoE commented Jan 18, 2025

解决办法是这个

Kazumi/lib/pages/player/player_item.dart

Lines 865 to 870 in b71140f

Future.delayed(const Duration(seconds: 1),
() {
FlutterVolumeController.updateShowSystemUI(
true);
});
}
需要设置较长的延时,不然音量条会很快的显示再消失

这里应该不需要吧,这里只设置一次

@bggRGjQaUbCoE
Copy link
Contributor

解决办法是这个

Kazumi/lib/pages/player/player_item.dart

Lines 865 to 870 in b71140f

Future.delayed(const Duration(seconds: 1),
() {
FlutterVolumeController.updateShowSystemUI(
true);
});
}
需要设置较长的延时,不然音量条会很快的显示再消失

我测试了,没有显示

@bggRGjQaUbCoE
Copy link
Contributor

解决办法是这个

Kazumi/lib/pages/player/player_item.dart

Lines 865 to 870 in b71140f

Future.delayed(const Duration(seconds: 1),
() {
FlutterVolumeController.updateShowSystemUI(
true);
});
}
需要设置较长的延时,不然音量条会很快的显示再消失

并且非全屏无法滑动设置音量

@ErBWs
Copy link
Contributor

ErBWs commented Jan 18, 2025

@YCZ01111

话说在实体 iPad 上的超分辨率有性能问题吗,我们没有进行相关测试

Efficiency 档没什么问题,我是 iPad Pro 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants