Skip to main content
2 votes
0 answers
135 views

How can i intercept the Back navigation button/gesture in the latest Delphi and Android versions? In the past, with Delphi 11 and Android 12 (maybe 13), i used vkHardwareBack in the Form OnKeyUp event,...
Hawkins's user avatar
  • 21
0 votes
1 answer
52 views

I’m working on a legacy single-page application that uses AJAX to load different internal views. After recent browser updates the Browser Back Button stopped behaving as expected. The current problem: ...
z3po's user avatar
  • 149
0 votes
3 answers
95 views

i want to make a back navigation logic using this code : backBtn.setOnClickListener(v -> { onBackPressed(); }); otherUsername.setText(otherUser.getUsername()); but it seem that the ...
Kahiry363's user avatar
0 votes
3 answers
351 views

After checking various pages and ChatGPT, I need to ask for help here. I want to have a logic that once I am logged into the app and navigate through the pages, the back button should always navigate ...
rod-san's user avatar
  • 45
0 votes
1 answer
285 views

I'm working on a Flutter web project using GoRouter with a StatefulShell for route management. I want to differentiate between route exits triggered by the browser's back button and programmatic ...
Husam Fathi's user avatar
1 vote
1 answer
134 views

In a UWP project (intended for PCs and tablets) I implemented a BackRequested, so that tablets can launch the 'back to previous page action' with the default button offered by tablets, via the ...
ULC's user avatar
  • 31
1 vote
0 answers
78 views

I'm working on a React Native project where I have a custom Wizard component that allows users to navigate through different steps in a form. The Wizard component is used within a parent component ...
Aasu Parekh's user avatar
0 votes
1 answer
194 views

We have this middleware in my app because internal security asked us to overwrite these response headers. class NoCacheControlHeaders { public function handle(Request $request, Closure $next) {...
Nebster's user avatar
  • 914
1 vote
1 answer
106 views

Expectation is on click of browser back it should navigate to websites homepage but instead screen got stuck and in console below error is printed. ERROR TypeError: Cannot read properties of undefined ...
stormbreakR's user avatar
0 votes
0 answers
71 views

I have a SwiftUI NavigationView and a SwiftUI view displayed in SwiftUI. The navigation link refers to a UIViewControllerRepresentable wrapping a UIViewController. I have been unable to remove the ...
David's user avatar
  • 2,810
1 vote
1 answer
147 views

I am building a mobile app (Android and iOS) using .NET MAUI Blazor Hybrid with .NET 8. For the frontend UI, I am using MudBlazor, and I have implemented MudDialog in several places. My issue is that ...
Taimur Lak's user avatar
0 votes
1 answer
126 views

I am facing an issue where when I upload any YouTube video on a page or upload multiple videos in a carousal (AEM), the browser button just doesn't work. It doesn't take you to the previous page. Also ...
rasleen's user avatar
1 vote
1 answer
74 views

This is a dialog fragment that inflates a xml file. This dialog fragment will then be used in another fragment as a pop up. I am trying to override the back button where the back button should not ...
lucas lootan's user avatar
0 votes
1 answer
64 views

I have a servlet where i validate the login using POST and logout using GET. So, i want when i click on logout button, i cannot go back to previous page because the session is terminate. But it did ...
MUHAMAD ZAINUL SHAHMY ZAINI's user avatar
1 vote
1 answer
87 views

My app displays details for one person at a time based on a current_person_id and other information related to that person which is stored in a database. I wanted to change the details displayed based ...
Luther's user avatar
  • 574

15 30 50 per page
1
2 3 4 5
110