Skip to content

Commit

Permalink
make webview 1x1 pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
ErBWs committed Dec 3, 2024
1 parent 43dc948 commit 243a36b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/pages/video/video_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ class _VideoPageState extends State<VideoPage>
videoPageController.currentPlugin.useNativePlayer)
? 1
: null,
width: (videoPageController.loading ||
videoPageController.currentPlugin.useNativePlayer)
? 1
: null,
child: const WebviewItem()))
],
);
Expand Down

0 comments on commit 243a36b

Please sign in to comment.