android - Flutter AppAuth : Is there a way to hide the url address and the bottom navigation bar when launch url in app?

标签 android ios flutter appauth

我正在寻找一种方法来为我的 flutter 项目提供更好的原生感觉。是否可以在 Flutter 应用程序中自定义 safari 启动 View ,以某种方式隐藏 url、刷新按钮以及底部导航栏?
这就是它目前的样子,我想把红框中的部分隐藏起来
1

最佳答案

要在 Flutter 中获得原生 Web View ,您必须使用 webview_flutter插件,这允许您在 webview 顶部使用小部件并在浏览器中隐藏 URL 和其他内容。

关于android - Flutter AppAuth : Is there a way to hide the url address and the bottom navigation bar when launch url in app?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64401314/

相关文章:

java - 如何将位图图像转换为可绘制图像,以便将其显示在另一个位图图像上

java - Android:将 Parcelable 对象传递给另一个 Activity 时出错

java - 无法解析 TabLayout

ios - 以编程方式禁用 iOS "Perspective Compensation"?

asp.net - 使用 ASP.NET Core WebAPI 的 Dart 中的 token 刷新并发问题

android - 获取哪些语言环境有自己的值文件夹

iphone - 双击主页按钮究竟有什么作用?

ios - 将 TextView 限制为 swift 2 中的特定行数

flutter - 将 Firestore DocumentSnapshot 转换为 Flutter 中的 map

dart - 如何解码从 netty 服务器发送的对象并将对象编码到 Dart 中的 netty 服务器