BigCommerce Back button needed
Is there some way that we can possibly incorporate/code a simple old style universal 'Back' button on all our product pages? BigCommerce only allows for a standard breadcrumbs trail below the main...
View ArticleNavigation buttons (arrows, close, etc.) are missing when gallery is used
I am using the online script for lightbox. I integrated the code into the "head" of my homepage and also the link to every picture. All pics open as they should, but the buttons to navigate (x to...
View ArticleHandling back button in Android Navigation Component
I'd like to know how properly handle system back button action using Navigation Controller. In my app I have two fragments (for ex. fragment1 and fragment2) and I have an action in fragment1 with...
View ArticleNavigation Components: Switch Menu of Navigation Drawer (for logged in users)
I am using the new Navigation Components library. I have a Navigation Drawer in place that works perfectly fine. If my user logs in I want to change the menu of the Navigation Drawer. Specifically, I...
View ArticleSwift: Hide NavigationBar within Nested CollectionView
I'm trying to hide my navigationBar everything I scroll up, similar to how Twitter does it within its Search Tab. I have a collectionView nested insides another collectionView. hidesBarOnSwipe seems...
View ArticleAndroid Studio duplicate generated files
Android studio keeps creating generated classes, even though they already exist. The problem has something to do with the NavigationArgs I guess but it always gives some error of duplication. The only...
View ArticleComplex React Navigation states
I want to use React Navigation in my React Native app, but I'm not sure how to get this specific functionality: Demo from Samsung Health, where there is a bottom tab navigator, and in each tab screen...
View ArticleList navigation from url addresses
I want to create a navigation from url addresses so that they correctly nest into each other by url. I have an array of URL addresses and their ids: array( [0] => array( [id] => 1, [url] =>...
View ArticleUse javascript to auto slide carousel instead of built in navigation
I love this image and text carousel created by the always inspiring Codrops at www.tympanus.net. The specific example can be found here: Code Example My question is how can I adapt the javascript to...
View ArticleLogical tree depth exceeded while traversing the tree
I'm currently building a WPF application and im having trouble navigating back to the MainWindow from my pages. I'm able to navigate back to previous pages (Q2 to Q1, compiledpage to Q1/Q2) but not to...
View ArticleHow to navigate from a page back to the MainWindow?
I'm currently building a WPF application and I'm having trouble navigating back to the MainWindow from another page (compiledpage). I've able to navigate back to previous pages but not the MainWindow...
View ArticleGoogle Maps intent "google.navigation:q=lat,lng" wrong navigation, some wrong...
google.navigation:q=lat,lng intent is navigating to a wrong random ADDRESS instead of specified coordinates. It is autoselecting an address somehow. This is happening on android only. Coordinates are...
View ArticleIs there any way to show current location on route or polyline while...
We are using Mapkit in the application with a swift 4.2. We have set navigation using route and mkdirection; Now if a user follows the route in the middle of the road then it's displaying the current...
View ArticleI want to change component when a link is clicked
I want to change different component when a link is clicked. Like when I clicked forget password then forget password component should be open. I used router and switch to change my component but is...
View ArticleCan you customize the ui in the google maps turn by turn navigation activity...
I'm developing an android application related to maps and navigation. I want to show some information to user while turn by turn navigation activity is up on the screen, but Since the navigation...
View ArticleWhat's the difference between navigating to Declaration, Type Declaration,...
The official documentation is unclear for me to extract the real difference between them. Could someone give an example or scenario for the sake of easier understanding?
View ArticleSwipe Down Gesture with Navigation Item
Hi I am wanting to use a swipe down gesture to navigate back to the main menu. The problem is that I am using a navigation item (stemming from a Navigation Controller) and therefor the swipe down does...
View ArticleHow to Disable Reload CollectionView's animation When Hiding NavBar
I'm getting a strange reload animation when hiding my navBar when I swipe. I'm recreating Twitter's search screen and that required me to nest a collectionView within another collectionView. Since,...
View ArticleBootstrap dropdown menu disappears after clicking toggler-icon
I have copy pasted a navbar from bootstrap: https://getbootstrap.com/docs/4.3/components/navbar/ When i paste this code into my project, the navbar works except when I shrink the browser to mobile...
View ArticleHow to pass data between screens in flutter using BLoC?
Here is my situation: I have a sign up in my app. I am doing this in five screens, also using BLoC and StreamBuilder in the TextFormFields. When all the data are filled I send all of this to my API...
View Article