简体   繁体   English

如何在不完全打开浏览器的情况下在 flutter 中实现 web 浏览

[英]How do i achieve web browsing in flutter without completely opening browser

I want to achieve chrome powered view in android enter image description here我想在 android 中实现 chrome 电源视图 在此处输入图像描述

I think you can use url_launcher webview.我认为您可以使用url_launcher webview。 You can check the example in the github repo您可以查看github 存储库中的示例

You can achieve that using flutter_web_browser plugin which opens web page inside your flutter app with custom chrome tabs, just like you open a link in chrome browser.您可以使用flutter_web_browser插件来实现这一点,该插件在您的 flutter 应用程序中使用自定义 chrome 标签打开 web 页面,就像您在 chrome 浏览器中打开链接一样。

Hope this answers your question.希望这能回答你的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM