Vaadin (Flow): Navigating to destination with a shared object
Problem:I currently have a grid that displays content of type SomeModel. When I click an entry of that Grid I would like to navigate to a view that takes an object as its input to display the entries...
View ArticleUndefined Frame topmost() after changing system font-size in Android
I have an issue in my native script application on Android : After leaving the app and changing the system font size, I cannot use my navigation bar. The error is the following : System.err: An...
View ArticleHiding Vertical Navigation Pane in ASP.Blazor
So I am trying to display a navigational pane vertically using blazor and devexpress controls , the devexpress controls Form Layout already does the resizing and changes the navs orientation from...
View ArticleHow to check whether the navigation drawer is open?
I have an activity with navigation drawer. Below is my code.@Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) {...
View ArticleHow to setup Jquery Mobile navigation using OnClick Events
I am building a hybrid application out of Jquery Mobile, Cordova and WordPress. My current question is regarding my navigation between "pages" in index.html that have the data-role="page" attribute....
View ArticleonNavigationItemSelected not calling when item is selected
I am adding footer-view in navigation drawer using following code -<?xml version="1.0" encoding="utf-8"?> <androidx.drawerlayout.widget.DrawerLayout...
View ArticleHERE WeGo on Tablet
We are testing the HERE WeGo app. in a Taxi company. They use tablets but when launching the app. the app. is only available on Vertical display, only when navigation starts there is an option for...
View ArticleClickable parent link foundation accordion menu
Im using http://foundation.zurb.com/sites/docs/accordion-menu.html But the root folder only open/close. Im looking for an idea where the text on the root is a link and the arrow open/close the folder...
View ArticleXamarin.Forms - PushAsync is not supported globally on Android, please use a...
i am trying to do is after the user register and they click yes it will go to LoginPage. or else the user click the "Cancel" it will go to registration, please help me guys.. i am newbee in xamarin...
View ArticleChange scroll button Icon on Material UI Tabs component
I need to change the icon of the scroll buttons (left and right) of Tabs component.There's a props called 'ScrollButtonComponent, but I don't know how can I put different left and right icons in the...
View ArticleHow can you create a clipped Navigation Drawer below the app bar with Android?
How can you create a clipped Navigation Drawer below the app bar with Android?The latest Android Studio (3.5.3) generates a full-height navigation drawer, and my question is what needs to be changed to...
View ArticleHow to go back to the fragment in an activity which launched the activity?
If i have 4 fragments in my main activity .. if i launch an activity from any one of them. Then how do i go back to that last fragment from the new activity ? E.g Activity A has 1 2 3 and 4 fragment. i...
View ArticleNamed page-router-outlet adds blue header on top of the app
I am using nativescript and Angular and trying to implement tabs. Everything is good however i get blue line with word 'client' on top of the app. It comes from page-router-outlet. I know it sounds...
View ArticleDestroy instance of a Fragment/trigger onDestroy with Navigation library
I am using Navigation library and my use case is preserve Fragment state on back press which I achieve by returning already inflated binding in onViewCreated as when changing fragments Navigations...
View ArticleGeoJson Navigation map here
I am creating a navigation app in android studio Here Map. I have created a GeoJSON file with custom data using ArcGis. I would like to know if there is a way to get navigation directions using this...
View ArticleThe best way to know which fragment we navigated from
Im writing an application which uses a lot of Fragments (with ViewModels). I'm using Navigation Component with nav graph to navigate from one fragment to another by using...
View ArticleAngular JS conversion to Angular with ngFor interpolation
I am working on converting an Angular JS application into Angular, and I'm stuck on one spot. I have an old ng-repeat loop with interpolation in the html that worked in JS but no longer. It is meant to...
View ArticleChange 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 ArticleReact Native - Navigation with functional components
I installed Navigation to take some data from a page and send to another (hopefully I will). But it doesn't work and I get"We couldn't find a navigation object. Is your component inside a...
View ArticleSwiftUI - Navigation Link - doesn't work second time
In the following code, I've depicted the issue I'm facing.AddContentView - is having just a single labelContentView has a navigation link with a text and a navigation link.The Navigation-link works...
View Article