Skip to content

Commit ca00b25

Browse files
committed
fix update web plugin error
1 parent 4548a9a commit ca00b25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/page/CodeDetailPageWeb.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class _CodeDetailPageState extends State<CodeDetailPageWeb> {
9898
return new WebviewScaffold(
9999
withJavascript: true,
100100
url: data,
101+
scrollBar:false,
101102
withLocalUrl: true,
102103
appBar: new AppBar(
103104
title: new Text(title),

lib/page/GSYWebView.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class GSYWebView extends StatelessWidget {
3131
return new WebviewScaffold(
3232
withJavascript: true,
3333
url: url,
34+
scrollBar:true,
3435
withLocalUrl: true,
3536
appBar: new AppBar(
3637
title: _renderTitle(),

0 commit comments

Comments
 (0)