Quantcast
Channel: Active questions tagged navigation - Stack Overflow

iOS 26 RC, View becomes invisible when it was swiped back from a zoom...

a simple reproduction could beimport SwiftUIstruct ContentView: View { @State private var paths = [String]() @Namespace var ns var body: some View { NavigationStack(path: $paths) { ScrollView {...

View Article


How to make notification PendingIntent target existing Activity instead of...

I'm using this answer (How to navigate to a fragment from Notification? Android Kotlin) to create a PendingIntent for navigating to a fragment when a notification is tapped (I'm actually using Java but...

View Article


Android Back Button / Gesture Closes App Instead of Navigating History...

I am developing a cross-platform mobile application using Dioxus version 0.6 and am testing it on an Android emulator (AVD).The ProblemWhen I navigate away from the root route (e.g., from / to...

View Article

Wordpress: Open one navigation item in a lightbox/modal

I would like to open one navigation item in lightbox/modal.I have just a homepage (fullscreen slider) and one other page ("Privacy").Can I do this with/without a Wordpress Plugin?I try this but it...

View Article

What can I do to stop my React-Native Navigation from increasing consumed...

Recently I have been building a larger scale project using react-native (0.77.1)without leveraging any framework. i.e. bare-workflow. I faced the known issue, that during sessions of interacting with...

View Article


Image may be NSFW.
Clik here to view.

NextJS Sidebar How to push routes on the main content

I have a sidebar in a NextJS application and a main component placed in a row. The Sidebar has multiple items clicking on each item updates the main-content <Preview/> by pushing a route (Updates...

View Article

NavigationStack, NavigationLink, Path

I have read and seen a lot of things on "NavigationStack" and I can't solve the following: I have three "Views", A B and C. I have two buttons in A. With one I go to B and it's OK, but with the other...

View Article

How to correctly implement a global redirect/navigation guard in Expo Router?

I’m trying to implement a global <Redirector /> component in Expo Router to control the navigation flow of my app.The logic depends on:Authentication stateWhether the user completed...

View Article


Appium Native View, how to click the button to go back to the previous screen

I am pretty new to Appium, using UIAutomator2. Following instructions on the...

View Article


Extracting navigation args at destination activity when using type safe...

I am using navigation component's type safe APIs to navigate. The app which I inherited uses several activities (2-3), and fragments everywhere else. One of the flows requires to navigate from a...

View Article

How to pop context with FLUTTER go_router?

How do I go back to the previous screen with flutter's go_router? How to pop context?Currently I am simply adding a new screen to the stack whether I want to go back or go forward. onTap: (() =>...

View Article

Adding dependency to androidx.fragment:fragment-ktx:1.3.0-beta01 causes...

I need to add a dependency to androidx.fragment:fragment-ktx:1.3.0-beta01 in an app that uses Android navigation and dynamic features. I need the dependency to call setFragmentResult, but the app would...

View Article

Image may be NSFW.
Clik here to view.

Restore menu items states from custom BottomNavigationView using Jetpack...

How can I setupWithNavController a custom BottomNavigationView with an inset FloatingActionButton (FAB)?According to Jetpack Navigation…Starting in Navigation 2.4.0-alpha01, the state of each menu item...

View Article


Image may be NSFW.
Clik here to view.

How to handle the navigation in Navigation3

I'm doing this post because I'm triying to create an application that has the following navigation:GlobalNavigation│├── AuthActivity (without bottombar)│├── LoginScreen│├── RecoveryScreen│├──...

View Article

Page navigation from AlertDialog menu not working. How to fix?

I am trying to get navigation working form the menu implemented in an AlertDialog. However, I have not been able to achieve that. I have tried using various BuildContexts, but nothing worked. Below is...

View Article


Change navigation tab on "Navigation Control" of Access?

Here's my doubt, I have an Navigation Control called "navControl" that haves three tabs("Venda", "Metalização", "Injeção"), and I have one Check Box with three options, I need to change tab according...

View Article

Image may be NSFW.
Clik here to view.

When I use navigation-compose to navigate to the second page, the first page...

I'm learning to use navigation-compose, which is a login page feature.But I encountered a problem in the process of using it, I hope you can help me.There is a flickering when the page switches, which...

View Article


Customizing SharePoint Breadcrumb Navigation

I need help trying to customize the Breadcrumb navigation displayed by SharePoint. I have created two .aspx pages in the Pages Library named search.aspx and products.aspx. A link from search.aspx leads...

View Article

Image may be NSFW.
Clik here to view.

Fastest triangulation algorithm with holes?

I'm working on path finding for an RTS game, where I am building a navigation mesh from the game's grid. I have written an algorithm similar to Marching Squares which creates and simplifies the borders...

View Article

Detect navigation event before it happens nextjs 13 app router, then prevent...

With nextjs 12 (pages router) the router returned from 'next/router' had navigation events you could listen for and handle appropriately. Here is the documentation.One specific event is...

View Article

Remove bottom of stack in flutter navigation

I need to get this to work for both named and unnamed routes. I would like to remove the bottom of the stack if some specific condition is met.I've looked at suggestions and asked ai, but all answers...

View Article


mutableStateListOf is not updating it's value on changing it

I have a todo app that reads to mutableStateListOf data from a view model. When Adding a todoItem it is working properly fine also by deleting it works fine state is getting updated by when I update...

View Article


Should I use window.navigate or document.location in JavaScript?

What's the preferred method to use to change the location of the current web page using JavaScript? I've seen both window.navigate and document.location used. Are there any differences in behavior? Are...

View Article

How to navigate from a sub graph to another sub graph?

I'm going to use this structure:MainActivity (Single Activity)└── NavHostFragment (root_nav_graph)├── (nav_graph)=│├── LoginFragment │└── RegisterFragment └── (main_nav_graph)├──...

View Article

Image may be NSFW.
Clik here to view.

What is a WAI-ARIA compliant implementation for navigation bar/menu

We are in the process of implementing (i.e. adding) WAI-ARIA support to the main navigation menu of a web portal. Menu is the one shown here:Menu is implemented by means of classic <ul> /...

View Article


Pure CSS Slider / Carousel / Slideshow with Autoplay / Animation and Navigation

Can someone please tell me whether it is possible to combine these two into one using only Html & CSS ? (either by autoplay, animation or any other possible way) This question seemed to pop up in...

View Article

Capturing the 'Back Button' event on a Mouse in Javascript

There are a several websites that, when you click on an item, it will show details with an overlay rather than a page change.Consider a dog adoption website - when you click on a dog for adoption,...

View Article

Compose Nav3 is not animating transition on manual removal of back Stack item?

Compose Nav3 is not animating transition on manual removal of back Stack itemNavDisplay( modifier = Modifier.fillMaxSize(), backStack = backStack, onBack = { backStack.removeLastOrNull() },...

View Article

Change navbar after user login php

I want the "Login/Sign up" button in the navigation bar to change to "My Account" after the user logs in.The navigation.php file I use for this currently looks like this:<?php session_start();...

View Article



Database driven PHP navigation

We have the following tablesTable Pages: id | short_name | long_name | token 1 | Mail | My mail box | mail 2 | All mails | All mails | all 3 | Inbox | Inbox only | inb 4 | Users | Users | users 5 | All...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>