We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548a9a commit ca00b25Copy full SHA for ca00b25
lib/page/CodeDetailPageWeb.dart
@@ -98,6 +98,7 @@ class _CodeDetailPageState extends State<CodeDetailPageWeb> {
98
return new WebviewScaffold(
99
withJavascript: true,
100
url: data,
101
+ scrollBar:false,
102
withLocalUrl: true,
103
appBar: new AppBar(
104
title: new Text(title),
lib/page/GSYWebView.dart
@@ -31,6 +31,7 @@ class GSYWebView extends StatelessWidget {
31
32
33
url: url,
34
+ scrollBar:true,
35
36
37
title: _renderTitle(),
0 commit comments