Navigation component title bar is not getting updated for new destination's...
In my app I'm using navigation componentI created the navigation graph and actions and all seems working fine.My only issue is the toolbar of the app. Its title is not getting updatedbased on each...
View ArticleHow can i add border bottom of my selected Nav link item in material ui?
I want to add border bottom to my selected item in menu so that user can easily know about his current select nav item .this is my desired resulthttps://i.stack.imgur.com/ELfh2.pngright now i am...
View ArticleLINQ or Navigation Properties command to retrieve 1 to many data
I have a one to many relationship where I want to get a record from the 1st file joined with a record from the 2nd file where that record from the 2nd file has a date equal to or the last before the...
View ArticleUsing .net core and razor, how do I navigate back from a static page to the...
I have successfully implemented static pages in asp.net core in the wwwroot folder.I can navigate to those pages using the _layout menu.How do I navigate back from the static page to my asp.net razor...
View ArticleRoute Waypoint List
I am using Mapbox navigation SDK and want to get coordinates of route waypoints but cannot find in the documentation how to do it. The route is built using two points (origin and destination). Tell me...
View ArticleSharing a cold flow of MutableStateFlow in ViewModel between two fragments
I've got a problem with a MutableStateFlow property shared between two fragments.To make it understandable:I have a BasicViewModel which should be always one instance for both of the fragments because...
View ArticleНужносделатьтак, чтоеслипользовательпринудительноотключаетгеолокацию,...
Приложениестроитсяна TypeScript, IONIC, ANGULAR для Android и IOS.if(navigator.geolocation){ navigator.geolocation.getCurrentPosition( function (position){ }, function (error){...
View ArticleReact native legacy navigator with rematch store issue on navigation
I want to use 2 different stores in a react native app. 1 is the simple redux store, and 1 of rematch which is just like a wrapper over it. I am trying something like this,store.jsimport {...
View Article"Scroll to open" with collectionView - How should I copy TikTok?
So I'm trying to figure out the best way to copy a functionality from TikTok in Swift. The feature is "dragging to open", using what seems to be either a collectionViewCell, or the collectionView...
View Articleproblem use two button in the home fragment of bottom navigation activity and...
I have an app and I made it with bottom navigation activity and in the home fragment I have 2 buttonwhen I set an Intent for one of them it works correctly but when I set Intent for both my app not...
View ArticleSwift Ui Navigation title Stucking
https://imgur.com/a/qr7Rv2fHeadings overlap after navigating to and from Swiftui navigation screen NavigationView { List { ForEach(productCategories) { index in NavigationLink(destination:...
View ArticleSwiftUI Navigation title overlapping
Headings overlap after navigating to and from SwiftUI navigation screen. Here is My Code.NavigationView { List { ForEach(productCategories) { index in NavigationLink(destination:...
View ArticleCompletely transparent navigation bar but it shouldn't affect the status bar...
I need a screen that has a completely transparent navigation bar but the status bar should have colorAccent.I tried different solutions but none of them work.1- Tried to change color with XML<style...
View ArticleActivity with Drawer and Fragment Naviagation
I have a problem in my app. I have a activity with a drawer.The activity layout is a fragment layout (3 fragments lets call it A, B & C).Each time the user press something it goes from Fragment A...
View ArticleChange back icon color in toolbar
I'm using the Android component navigation for a DrawerLayout with NavigationView.public class MainActivity extends AppCompatActivity { private DrawerLayout drawerLayout; @Override protected void...
View ArticleXamarin navigation via regions creates a new viewmodel every requestNavigate
I'm using Prism Regions to navigate my Xamarin Forms App. Everytime I call requestNavigate to a view, a new viewmodel is instantiated. But i would like to reuse the viewmodel.My viewmodel implements...
View ArticleHow to Navigateback from Xamarin.Forms Prism Popup
Xamarin.forms using Prism Navigation back is not working in below scenario :App.xaml.cs in OnInitializedNavigationService.NavigateAsync(nameof(LoginView));In LoginViewModel once login I am navigating...
View ArticleHow to fix black screen in flutter while Navigating?
I am creating a multi-paged app on flutter. When I am using the navigation in it, I am getting a black screen. import 'package:flutter/material.dart'; void main() => runApp(MyHomePage()); class...
View ArticleMobile navigation dropdown not lining up
I am making my website responsive and when I move to mobile version my navigation bar changes but now I am struggling with the dropdown within the navigation. I want the dropdown when I hover on it to...
View ArticleWPF Intercept GoBack() event
I'm creating a WPF Application in .NET Core 3.1. I structured the project with a single main window and use the navigation between different pages.In the main page I've got a tag and in C# file I use...
View Article