Enhanced ChatDetails UX

This commit is contained in:
Christian Pauly 2020-02-16 11:09:28 +01:00
commit 7b2f4c0163
4 changed files with 73 additions and 85 deletions

View file

@ -32,7 +32,6 @@ class AuthWebView extends StatelessWidget {
child: WebView(
initialUrl: url,
javascriptMode: JavascriptMode.unrestricted,
onPageStarted: (s) => print("onPageStarted: " + s),
),
),
],