Route show along building in 3D mode MKMapview
I've created a route using MKOverlayRenderer with level type MKOverlayLevelAboveRoads but the route does not appear along with the building in a 3D mode.I want the same as the apple map navigation app...
View ArticleAndroid navigation component: how save fragment state
I use bottomNavigationView and navigation component. Please tell me how I don't destroy the fragment after switching to another tab and return to the old one? For example I have three tabs - A, B, C....
View Articleflutter remove back button on appbar
I am wondering, if anyone knows of a way to remove the back button that shows up on the appBar in a flutter app when you use Navigator.pushNamed to go to another page. The reason I do not want it on...
View ArticleAndroid conditional navigation not working on API 22
I have a simple observer in my fragment that checks whether the user is authenticated or not, if authenticated it should pop the back stack and navigate...
View ArticleCan't access navigation in Root Screen
I'm attempting to create a header bar with a menu icon which opens a navigation drawer in React Native. For some reason, even though I'm attempting to access it in a Screen component, I don't have...
View ArticleOffline map navigation Java or Python
So I am doing this project for my motorbike.Long story short I need a way where I can download maps locally and navigate them.I have a GPS module that can feed in the current data, but no internet...
View ArticleMapbox Navigation is avoiding roads
I'm working on a navigation app that takes visitors on a guided tour of my farm. Initially, the roads of the farm didn't exist on Google maps or OSM, so I mapped them out on OpenStreetMaps. The updated...
View ArticleNavigation drawer - logo in header
I made a Navigation Drawer. I added ImageView in header.xml but it doesn't display on the screen.<com.google.android.material.navigation.NavigationView android:id="@+id/nav_view"...
View ArticleI just installed twitter bootstrap and my navifation bar appears disabled and...
I just installed bootstrap and my dropdown menu is not working and I don't know why.The dropdown menu appears disabled in the web page.I followed instructions to install and use form tutorial video but...
View ArticleDoCmd.BrowseTo with navigation form
I have a pop-up form and when I close it, program should be go to a specific form in the navigation form.I try with below code, but I get an error.DoCmd.BrowseTo ObjectType:=acBrowseToForm,...
View ArticleExpo Camera only opening once with React Navigation
I set the Expo camera to open on the middle tab with react navigation. However, the camera only opens when I click on that tab the first time. If I switch off of it and go back it's just a black...
View Articlehandling back button android
I have a problem while hitting the back button on an activity, in particular, the back button on the activity closes the application and destroys all the activities, I want to go back in the stack, and...
View ArticleHow to handle/cancel back navigation in Xamarin Forms
I tried to use the back navigation by overriding OnBackButtonPressed, but somehow it wasn't get called at all. I am using the ContentPage and the latest 1.4.2 release.
View ArticleCan't navigate in SwitchNavigator in React-native
I have Switch-Navigator in my project which contains three items:const App = createSwitchNavigator({ Splash: LoadingScreen, Auth: AuthStack, AppStack: Drawer});export default...
View ArticleHiding Navbar component with with React Router
I am building a rather large application that has a user registration process to it. I would like to hide the Navbar component on the registration routes so that the user is 100% immersed in the...
View ArticleHow to pass parameter using navigation.navigate at a Functional Component to...
I am trying to pass values from one Functional Component to another Functional Component on navigation.navigate, on the first screen the value is there I can see it rendering it or on console.log, but...
View ArticleNestling error or the action navigate with payload was not handles by any...
What im trying to do is configuring my button to navigate to another js file in the same map, to make this clear the page where the buttons are located is not my homepage, im making a workable online...
View Articlecalling Fragment constructor caused an exception, kotlin?
I am using navigationcontroller to navigate to another fragment Navigate to second fragmentprivate fun moveToNextScreen(userId: String) { val bundle = bundleOf("userId" to userId)...
View ArticleFlutter navigation back to home screen
I have a flutter app that has the following drawer:Routes: Home: "/"Nearby: "/nearby"Applied: "/applied"The behaviour I want to achieve is when the user clicks the android back button from nearby and...
View Article[SOLVED]:handling back button android
I have a problem while hitting the back button on an activity, in particular, the back button on the activity closes the application and destroys all the activities, I want to go back in the stack, and...
View Article