back-button Questions
1
I have an Angular 4 app with navigation using the Router from @angular/router
The navigation structure is fairly simple, consisting of:
/products
/products/:productId
/products/:productId/edit-de...
Trumaine asked 18/12, 2017 at 12:51
7
Solved
I am trying to use UIKit's internal back button image.
I have asked this question before and got the technically correct answer that it inherits it from the previous View, BUT if I insert this code...
Twomey asked 4/8, 2015 at 11:23
19
Solved
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 o...
Redpoll asked 7/7, 2017 at 19:18
1
The below-provided code is a simplified version of my problem.
I want to trigger an action when the device back button is clicked when the keyboard is open.
It is possible to handle the back button...
Parthena asked 8/8, 2022 at 10:33
9
Solved
I created an android application with a logout option in onCreateOptionsMenu. The Logout works perfectly but when I press the back button again it takes me to the previous activity, and when it get...
Realize asked 15/1, 2014 at 6:29
3
Solved
I am using interceptor https://pub.dartlang.org/packages/back_button_interceptor to execute a method when the page 1 is back from page 2.
If I come back from page 2 to page 1 using device back but...
Thunderhead asked 3/3, 2019 at 18:3
9
Solved
Got an issue with safari loading old youtube videos when back button is clicked. I have tried adding onunload="" (mentioned here Preventing cache on back-button in Safari 5) to the body tag but it ...
Keelykeen asked 9/1, 2012 at 13:1
15
Solved
I want to check if there are more than one screens are on stack when device back button is hit. If yes, I want to show previous screen and if no, I want to exit app.
I have checked number of exampl...
Lintel asked 11/7, 2017 at 9:49
6
Solved
When the user goes history-back-1...how do I detect that? And then, alert "the user clicked back!"
Using binds (and jQuery preferably)
Cheesecake asked 5/1, 2010 at 20:21
3
Solved
I'm pretty much a novice when it comes to js so I'm sorry if I'm missing something really simple.
Basically, I've done some research into using the history.pustate and popstate and I've made it so...
Daysidayspring asked 7/11, 2011 at 15:39
1
subscribeWithPriority is not called using Ionic 5.
This is my app.component.ts function:
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.splashScreen....
Purree asked 4/4, 2022 at 14:4
3
Solved
I have a JSF page which posts data to an external page.
The data is loaded from a JSF managed bean which generates a unique ID in the post data.
I have an issue where a user clicks on a checkout b...
Gooseberry asked 31/12, 2012 at 12:5
3
Solved
Currently I have one activity, and fragments are being added to it (search, song details, settings, etc). I implemented side based menu navigation, so now, as a side effect, tehre's no limit to how...
Adjust asked 17/8, 2013 at 21:40
9
Solved
By clicking the back button, I want to display a dialog box consisting of TextViews and a button called exit.
After clicking the exit button it should come out from my app
I did like this,
@Overr...
Resurrection asked 4/8, 2011 at 7:37
4
Solved
I have a page that is called from bottom tab nav which executes a initState function, I then navigate to a page via button click that has details and actions to take, however when I click the back ...
Arlettearley asked 2/2, 2018 at 12:42
48
Solved
I've noticed this pattern in a lot of Android apps and games recently: when clicking the back button to "exit" the application, a Toast comes up with a message similar to "Please click BACK again t...
Mangrum asked 8/12, 2011 at 12:8
12
This question is similar to Track when user hits back button on the browser, but not the same... I have a solution and am posting it here for reference and feedback. If anyone has any better option...
Colonel asked 6/5, 2009 at 10:48
6
Solved
I am in bit of a delicate situation here. In my organization we design stock management systems and it is a web application based on JSP pages and servlets which handles them.
I have been asked to...
Tripartite asked 12/9, 2017 at 18:36
7
Solved
I have project with navigation drawer with fragment, with 5 menu, the problem is when i go to menu 4 and the i press the back button the app closed, but i need the app back to first menu which is a...
Pontormo asked 17/3, 2017 at 13:49
1
I want to set the keyboard to be always opened in the chat page and should not be dismissable by the back button.
The WillPopScope() widget is only preventing the back button from navigating back t...
Teeter asked 9/4, 2022 at 8:15
1
I'm using Navigation 2 and setUrlStrategy(PathUrlStrategy());
I added WillPopScope but the onWillPop is not called when clicking the browser's back button.
Widget build(context) {
return WillPopSc...
Lidstone asked 29/4, 2021 at 22:4
15
I'm developing a web site using Angular 2.
Is there any way to disable or trigger Browser back button using Angular 2?
Thanks
Whitt asked 1/4, 2016 at 13:7
1
Just to ensure, I am NOT asking how to catch back/forward button events.
window.addEventListener('popstate', function (e) {
alert("Yahoooo!!!!");
});
That function above is triggered either ...
Nealy asked 3/2, 2017 at 23:16
2
Solved
I want to intercept the back-button of the soft keyboard in flutter. So when I want to close the keyboard by pressing the back-button I want an additional function to be called.
How can I do that?
...
Roadbed asked 30/8, 2019 at 13:6
5
Solved
In my app i am using phonegap 2.6.For back button, I am using the following function
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
alert("hello");
na...
Sonyasoo asked 14/5, 2013 at 11:34
1 Next >
© 2022 - 2025 — McMap. All rights reserved.