|
|
@ -141,6 +141,7 @@ class _NewsArticlePageState extends State<NewsArticlePage> { |
|
|
|
body: widget.useWebView |
|
|
|
body: widget.useWebView |
|
|
|
? Stack( |
|
|
|
? Stack( |
|
|
|
alignment: Alignment.center, |
|
|
|
alignment: Alignment.center, |
|
|
|
|
|
|
|
fit: StackFit.expand, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
WebView( |
|
|
|
WebView( |
|
|
|
javascriptMode: JavascriptMode.unrestricted, |
|
|
|
javascriptMode: JavascriptMode.unrestricted, |
|
|
@ -161,8 +162,7 @@ class _NewsArticlePageState extends State<NewsArticlePage> { |
|
|
|
}, |
|
|
|
}, |
|
|
|
), |
|
|
|
), |
|
|
|
if (_webviewLoading) ...[ |
|
|
|
if (_webviewLoading) ...[ |
|
|
|
Expanded( |
|
|
|
ColoredBox( |
|
|
|
child: ColoredBox( |
|
|
|
|
|
|
|
color: Theme.of(context).colorScheme.background, |
|
|
|
color: Theme.of(context).colorScheme.background, |
|
|
|
child: Center( |
|
|
|
child: Center( |
|
|
|
child: LayoutBuilder( |
|
|
|
child: LayoutBuilder( |
|
|
@ -173,7 +173,6 @@ class _NewsArticlePageState extends State<NewsArticlePage> { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|