navigation 相关问题

导航是指导航资源网络的过程,以及用于执行此操作的用户界面。

NavigaionComponent launchSingleTop 不起作用

我有一个Android应用程序,它有两个可以互相打开的片段。例如FragmentA可以打开FragmentB,反之亦然。但我只需要保留每个片段的一个实例并返回

回答 1 投票 0

Wordpress Bootstrap 导航

我结合了bootstrap和wordpress。我找到了 2 篇文章和要点,它们提供了一个步行器和一些标记,可以添加以使下拉导航菜单正常工作。 我已经尝试了好几种...

回答 1 投票 0

如何在 .NET MAUI 中的特定页面上创建选项卡?

我想为特定页面创建选项卡,但使用 AppShell 我可以为每个页面执行此操作。我只想要一页中的选项卡,而不是其他页面中的选项卡。

回答 3 投票 0

在 Jetpack Compose 中弹出到根目录

如果我记录 NavController 的返回堆栈,我会注意到根条目的 NavDestination.id 为 0x0。 这是不好的做法/除了仅仅说之外,是否有更好的记录方式来弹出 root 权限

回答 1 投票 0

在导航选项卡内将 li 向右对齐

我的导航选项卡向左对齐,但我希望她的搜索栏和徽标(svg)与导航选项卡的右侧对齐。我尝试使用 text-align:right 和 float:right 但这不起作用......

回答 1 投票 0

Flutter:如何在单击另一个屏幕中的按钮时导航到 TabBar 中的特定选项卡?

我的主屏幕有两个选项卡:第二屏幕和第三屏幕。我希望通过单击第三屏幕内的按钮导航到第二个选项卡。如何实现这一目标? Navigator.push 让我受益匪浅

回答 1 投票 0

使用html和css的导航栏不可点击

我正在创建一个网站,我想用 CSS 创建一个导航栏。但是,导航栏不可点击。这是用 HTML 和 CSS 制作的。 包含导航栏的 HTML 代码: <...

回答 2 投票 0

有没有使用GetX导航2.0的文档或例子

我需要将导航代码更新为 getx Navigation 2.0,这在 flutter web 中非常易于使用

回答 1 投票 0

无法在Android应用程序中实现片段导航:需要指导

我遇到的问题是我无法让底部导航在片段之间切换。 这是activity_main.xml: <

回答 1 投票 0

如何在Android中从BottomNavigationView中删除多余的白色背景?

<?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/lt_content" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/black" android:fitsSystemWindows="true"> <com.google.android.material.bottomappbar.BottomAppBar android:id="@+id/bottom_bar" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" android:clickable="false" app:fabAlignmentMode="center" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom"> <com.google.android.material.bottomnavigation.BottomNavigationView android:id="@+id/bottom_navigation" android:layout_width="match_parent" android:background="@android:color/transparent" android:layout_height="wrap_content" android:clickable="false" app:menu="@menu/bottom_nav_menu" /> </FrameLayout> <com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_anchor="@id/bottom_bar" /> </androidx.coordinatorlayout.widget.CoordinatorLayout> 我目前正在开发一个 Android 项目,我在 BottomAppBar 中实现了 BottomNavigationView。但是,我遇到了一个问题,即 BottomNavigationView 中的图标标签周围有额外的白色背景,我无法将其删除。 在此处查看输出 看这里 Vishvambhar 首先你必须找到那个白色背景来自哪里。正如我所看到的 FrameLayout 没有任何背景,因此将其更改为透明并添加 BottomAppBar 的高度将解决您的问题。 试试这个: <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/lt_content" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/black" android:fitsSystemWindows="true"> <com.google.android.material.bottomappbar.BottomAppBar android:id="@+id/bottom_bar" android:layout_width="match_parent" android:layout_height="@dimen/_40sdp" android:layout_gravity="bottom" android:clickable="false" app:fabAlignmentMode="center" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:layout_gravity="bottom"> <com.google.android.material.bottomnavigation.BottomNavigationView android:id="@+id/bottom_navigation" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/transparent" android:clickable="false" app:menu="@menu/bottom_nav_menu" /> </FrameLayout> <com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_anchor="@id/bottom_bar" /> </androidx.coordinatorlayout.widget.CoordinatorLayout>

回答 1 投票 0

错误类型错误:无法读取未定义的属性“导航”,js引擎:hermes

当我从初始屏幕导航到语言选择屏幕时,我收到此错误,我尝试了所有方法,但我不知道为什么,我尝试使用“useNavigation”,但它仍然给出错误,所以我

回答 1 投票 0

NextJS侧边栏如何在主内容上推送路由

我在 NextJS 应用程序中有一个侧边栏,并且一个主要组件放置在一行中。侧边栏有多个项目,单击每个项目可通过推送路线更新主要内容 (更新...

回答 2 投票 0

从片段导航时底部导航栏出现故障

我将底部导航栏与导航组件一起使用 为了使这两个组件协同工作,我调用了: 底部NavigationView.setupWithNavController(navController) 一切正常

回答 3 投票 0

如何导航到之前内置于 flutter 中的屏幕?

我在我的主页上调用了一系列API,并在从服务器接收数据后创建了一系列小部件。 我想缩短这些小部件的加载时间,所以我想要我的...

回答 1 投票 0

将 BottomNavigation 与列表相结合 - Jetpack compose 中带有动画的详细导航

给定一个带有一些底部栏按钮和部分的典型应用程序,用户可以在其中从列表导航到详细信息,理想情况下,我希望为底部栏过渡保留良好的默认淡入淡出效果,并且...

回答 1 投票 0

如何在堆栈中仅保留一个可组合屏幕?

我有一个用于平板电脑实现的可组合屏幕,在左侧有一个带有按钮列表的面板,一旦用户单击这些按钮中的任何一个,它就会在...

回答 1 投票 0

NextJS Route.push 从侧边栏重建整个应用程序

我在 NextJS 应用程序中有一个侧边栏,并且一个主要组件放置在一行中。侧边栏有多个项目,单击每个项目可通过推送路线更新主要内容 (更新...

回答 1 投票 0

react Native expo中layout.tsx有什么用?

之前我是使用js来编写react native expo代码,但现在typescript已经成为expo的默认语言(它已经是react native CLI的默认语言),所以我有点自信......

回答 1 投票 0

我可以阻止 Blazor 中的导航吗?

在 Blazor 服务器端应用程序中,是否涉及一些执行实际导航的 javascript,例如当用户点击链接时? 我的意思是像 window.history.pushState(..) 这样的东西。 理论上是吗

回答 3 投票 0

如何使用导航栏覆盖内容?

我希望导航栏与应用程序中的所有内容重叠,我使用以下代码来尝试执行此操作: 场景委托 类 SceneDelegate: UIResponder, UIWindowSceneDelegate { var 窗口:UIWind...

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.