Different behavior in release and debug mode in xamarin forms app
I create an cross platform application.when run project in debug mode and click on login button it work correctly,but when i set in release mode and click on login button get my error messagethis is my...
View ArticleNavigation Menu Doesn't Close
I came across a code of a navigation menu. The problem with this navigation menu is that when I click on any of the menu-items, the menu successfully takes us to the desired link but does not close...
View ArticleSwift Disable Navigation Controller buttons Until viewDidLoad is completed
VC1 is my homepage in the project and I can go to 5 different view controllers from VC1. In VC1 viewDidLoad I am downloading data from my Firestore database and I need them all to be loaded to the...
View ArticleTyping in React Native - "Binding element 'navigation' implicitly has an...
not new to programming but new to app development and reactive native. I have been searching for almost four hours to solve this. I have realised there are many questions like this, but this is not a...
View ArticleObtaining of Mapbox Navigation service API "legs.summary" field value in English
By default, Mapbox Navigation service API returns "legs.summary" field not in English but in the language of country where the way is located.For example: {"routes": [ {"geometry":...
View ArticleWeird behavior when popping back nested navigation
In my app, I'm setting a background once for a large part of the app using the MaterialApp's builder property: child: MaterialApp( theme: Themes().get(), initialRoute: ConditionFlow.name, routes:...
View ArticleUsing NSPageController in History Mode (Content Mode) and no View Controllers?
I'm building an app with three views and I want the user to be able to swipe between them but also navigate between them by using custom buttons, like browsing in safari but only with three available...
View ArticleNavigation causes crash after opening killed activity
My app crashes after restarting killed activity that uses multiple back stack as shown in samples for bottom navigation tabs. It only crashes when using multistack.Stacktrace: Caused by:...
View ArticleNavigation Architecture Component - how to set/change custom back or...
I am trying to implement the newly introduced Navigation Architecture Component provided with Jetpack. as far it's very cool and useful for managing navigation flow of your app.I have already setup the...
View ArticleFlutter Navigator.pushReplacement issue
In my flutter application, while click on the notification I redirected to another page.onResume and onLaunch code looks like which is inside the initonLaunch: (Map<String, dynamic> message)...
View ArticleHide element on an event
I have a website which uses a text logo, I mean literally a text logo(not text in the form of png or jpg). I want the logo to disappear when the navigation menu opens and vice-versa. Please note that...
View ArticleView null does not have a NavController set
I have a number of reports in Firebase Crashlytics for the following crash,Fatal Exception: java.lang.IllegalStateException: View null does not have a NavController set at...
View ArticleBootstrap Nav Tabs breaking if i placing anything but text
My bootstrap nav tabs seem to be breaking if i place anything but text in them..It is appearing find when i remove the inner rows etc and only place "p" tags within them. I'm using the creative time...
View ArticleMake custom title view click able swift
I customise the title view add a image and labels in it know I want to make it clickable but its not working. I added tap gesture in title view but its not working.here is my code.func...
View ArticleDisable back button in react navigation
I'm using react native navigation (react-navigation) StackNavigator. it starts from the Login page throughout the whole lifecycle of the app. I don't want to have a back option, returning to the Login...
View ArticleOnTap Function in the DropDownMenu Button in Flutter
I've tried to populate the dropdown menu button with the data from the SQLite database.Then on the onTap Function I wanted to navigate to the selected category.When I tap on the category it does not...
View Articleecho Javascript window.location.href not working
I have a function which echoes javascript to navigate to a different page. While navigation occurs, the echo 'window.location.href="'.$url.'";'; does not work and simply prints it on the...
View Articlenavigation page doesn't update when state gets updated
The library '@react-navigation/native' from expo doesn't update my screen when the state gets updatedMy codeimport 'react-native-gesture-handler';import React from 'react';import { Button, Text, View }...
View ArticleHow to display josm indoor map in android studio application [closed]
I am new to android studio and JOSM editor, i am currently working on a project that will displays the route from one location to another location, but the map is an indoor map with nodes and labels...
View Articlenavigate between screens based on if condition result in flutter
i have created a button to initiate a method after pressing this button , and this method applying if condition and i need to go to specific screen based on the result of this if statement but every...
View Article