Remove webview plugin

This commit is contained in:
Yegor Vialov
2019-10-20 17:18:23 +00:00
parent 520fd6bc38
commit 079070071e
7 changed files with 11 additions and 82 deletions

View File

@ -35,7 +35,7 @@ class Panel {
)
);
} else {
Launcher.launchAuthenticatedWebView(context: context, url: "${ConnectionManager().httpWebHost}/$urlPath", title: "${this.title}");
Launcher.launchURLInCustomTab(url: "${ConnectionManager().httpWebHost}/$urlPath");
}
}