This website works better with JavaScript.
Home
Explore
Help
Sign In
flutter
/
zhiying_base_widget
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
139
Wiki
Activity
Browse Source
更新webview的title单行显示
tags/0.0.1
Weller
4 years ago
parent
2369fce179
commit
1e3814aa1d
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/pages/webview/base_webview.dart
+ 1
- 0
lib/pages/webview/base_webview.dart
View File
@@ -79,6 +79,7 @@ class _BaseWebviewState extends State<BaseWebview> {
: Container(),
: Container(),
middle: Text(
middle: Text(
_title ?? '',
_title ?? '',
maxLines: 1,
style: TextStyle(
style: TextStyle(
fontSize: 15,
fontSize: 15,
color: Color(0xff333333),
color: Color(0xff333333),
Write
Preview
Loading…
Cancel
Save