opt: in-app webview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-15 12:26:44 +08:00
parent 4b48aba2ae
commit d9611cce80
4 changed files with 41 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
IconButton(
tooltip: '浏览器打开',
onPressed: () {
Utils.handleWebview(
Utils.inAppWebview(
'https://live.bilibili.com/h5/${_liveRoomController.roomId}',
off: true,
);