Questions tagged [back-button-control]
65 questions
0
votes
0 answers
Back button response in video call
I am building an android application having video call facilities. I have used pristine.io webrtc library. My problem is when I press back button I want to finish the activity and show a small video view in top right corner of the screen. Thus user…

Eraz Ahmed
- 1
- 2
0
votes
1 answer
BackRequested is triggering more than once in UWP app
I have an app in which i mainly have a webview. i am having a problem. i have made the back button to goto previous webpage of webview it works fine and when it has no previous pages it quits with a MessageBox(Popup). The problem is when i navigate…

Aravind Belagaje
- 396
- 3
- 16
0
votes
2 answers
How to disable Back button of Browsers in SPA apps With Angular Js?
In my single page application developed using Angular Js, I don't want to navigate in browser using browsers Back button,How to Hide or Disable or override the Back button function

Phani Rao
- 167
- 1
- 12
0
votes
1 answer
how to quit the application from my android device back button in Cordova?
I am a new Cordova web Developer , I 'm creating an application that load automatically a web site using inapbrowser ,my probleme is : after loading the site when i click on the backbutton , instead of closing the application , it goes back to the…

Imen.Ab
- 39
- 2
- 12
0
votes
0 answers
Strange issue with the back button going back two pages
Here is the link to my full project in github:
my project code
Anyway, It all works exactly as I want it to, but with one weird little glitch: when on the photos page, and you click on a photo to view it, and then click back, it goes back two pages…
0
votes
1 answer
How to handle back button in other application?
I have navigated to maps application from myapplication using following code
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);
when i press back button in maps it navigates to my application.
When i minimize maps…

B Bhanu Chander
- 619
- 2
- 6
- 17
0
votes
2 answers
Android - Top Back Button not working
I have this button on the topmost left part. And for some reason it is not going back to it's previous page when I click it. I've checked the other links already but it is not working.
The activity code on that one
public class CardListActivity…

Paula Kristin
- 813
- 2
- 11
- 27
0
votes
1 answer
Android API 23 (Android 6.0) Toolbar implementation caused back button not working
I found there is issue with Android API 23 Toolbar implementation. Once I implemented Toolbar in my project, my device back button is not working (Android 2.3.6 Gingerbread phone). I tried switch back to Android API 21, it is working fine. Anyone…

Kong Ken
- 3,859
- 2
- 15
- 14
0
votes
1 answer
Android Back Button works in some activities and broken in others
I hope someone can help with my problem. Android back button works in some activities, and is broken in others. My MainActivity has other target acitivities to go to, depending on the options selected. As my app manages a map, when I click the…

donluismx
- 1
- 2
0
votes
0 answers
Back button physical
I work on jquery mobile with phonegap
I would like to detect a click on the physical back button to close my popup.
Currently when I click on that button on a mobile support, it returns me to the page visited previously, I think it only uses the…

Xwalk company
- 135
- 1
- 12
0
votes
1 answer
Why I can go back to the calling Activity by phone backbutton and not with my backbutton?
This is calling Activity:
package com.wikibuyers.consumocarburante;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import…

Domenico Pacecca
- 295
- 1
- 7
- 14
0
votes
1 answer
Handling android back button
I have a basic question about android development. In my app i have a autocomplete box. When user click on a menu button, autocomplete become visible. When user clicks on an entry in autocomplete, the text views show it. I want to use back button…

Khayam Gondal
- 2,366
- 2
- 28
- 40
0
votes
2 answers
Back button overriding in windows phone for webbrowser/view
I am implementing a simple webview application with only one url. I have over ridden back button function for webview navigation (which is working fine). Now my app has only one screen with webview and user visits the links inside main url and…

Aleem
- 520
- 1
- 4
- 15
0
votes
1 answer
android browser intent back button in android?
I am new to android. I am using browser using Intent.its working fine but am facing problem when i click on back button on device app exits. How to go to previous app when clicking on back button?

amarnathreddy
- 89
- 2
- 8
0
votes
1 answer
Control Back button and Start button in wp7
Can a process be in continuation after Back button press or start start button press.
I am using position change event of GeoCoordinateWatcher. I want to work this event still after pressing back or start button.
How can I do?

Ritesh Gupta
- 171
- 1
- 2
- 19