A physical button on iPhone, iPad and iPod Touch. Returns from the programm to the home screen
Questions tagged [home-button]
103 questions
1
vote
1 answer
using internal camera through SurfaceView
I am using internal camera through SurfaceView. but I have problem when I press Home Button and restart. I find a lot similar Questions. and I try many method but they can not fix.
Maybe I miss something, So please help me. thanks
I try method below…

Tarzan
- 21
- 4
1
vote
2 answers
Android - Activity is starting from handler after sometime of pressing home button
I have some activities(Say A & B), And from one activity I am calling another activity by using Handler-post Delayed method.
My logic is in App starts with Activity A,and after 3 seconds goes to Activity B. & After 3 seconds, it is working…

sai
- 548
- 10
- 30
1
vote
2 answers
How do i disable both the home button and notification bar in android
I am making a custom lock app and for that i need to disable the home button and notification bar so that the messages cannot be read/ apps cannot be accessed from the notification bar before the phone is unlocked.
I have disabled the home button…

vipin
- 41
- 9
1
vote
1 answer
Can I override the HOME key in an application writen in AS3?
Hi I'm doing a "kiosk" like aplication using AS3. I want to change the behavior for the Home key of the android phone. So that the public users can't acess the android operating system. So have seen that this question has already been asked a lot…

user1550013
- 21
- 2
1
vote
2 answers
Exiting an application in Android
I have a couple of activities in my project which will be called when different buttons will be pressed.
What I'm looking for is a way to close and exit the application completely whenever and wherever the user presses the BACK or Home Button!how…
user1831490
1
vote
2 answers
Method before home button
My android application is a client, and when someone click the home button, I want to send a message to the server, and when the user changes back to the application, I also want to send a message to the server. If I could overwrite the HOME button…

Dénes
- 113
- 1
- 1
- 8
1
vote
0 answers
IOS: not able to resume animation from the point when home key was pressed
I have an issue in my project where a UIView animation does not resume from the point when the home button was pressed.
These are the steps (simplified example for discussion):
1) I have a simple project with an app delegate h&m files and a single…

ios_dev_jack
- 89
- 4
1
vote
0 answers
how to remove greendroid's homebutton
I'm using greendroid as a library in order to implement an action bar. I have a problem about how to remove the home button and customize the location of buttons.For example, I want to place the Add button…

jacky
- 75
- 1
- 2
- 10
1
vote
3 answers
Do action upon exit of ios app
How can I assign actions on iOS when a user presses the home button (exit)? I want this for an app where uses user a login feature and I want, upon exit, the user to log out. I dont want to use a button for this.

snksnk
- 1,566
- 4
- 21
- 46
0
votes
1 answer
Wiggle (shake) effect within my app is freezing the iPhone (iOS 5)
In my iOS app I have a screen with a bunch of icons that have a wiggle effect. When I press and hold one of them they start to shake (like iphone's menu) but if I press the home button (to send my app to background) the iphone freezes! After some…

Ismael
- 38
- 3
0
votes
1 answer
How to manage multitask in iPhone
When I click the home button on the device. This is a part of my delegate:
- (void)applicationWillResignActive:(UIApplication *)application
{
NSLog(@"resign active");
//[[NSThread mainThread] cancel];
}
-…

Jayyrus
- 12,961
- 41
- 132
- 214
0
votes
0 answers
How can i stop wearOS physical button default functionality for home action
i am working on project which is base on WearOs app development , This app content small game and in this i want to disable default functionality of physical button 1(Home or lock) and button 2(back press), here i don't have a issue to handle button…

Sunny Patel
- 11
- 3
0
votes
2 answers
Send app to background and show the app(s) in the below window
I dont want my app to run in background, I only want to give the user the option to close his/her other app(s) when my app gets a memory warning. That is, my app shows an alert view with Cancel and OK buttons. If s/he touches OK, then the twice push…

wagashi
- 894
- 3
- 15
- 39
0
votes
0 answers
Invisible Home Button
I am new to CSS and I am trying to get my home button to work. It seems like the CSS for the home button is conflicting with the code for the other buttons. My CSS for the button is at the bottom of this code and I kept the rest incase I missed…

EduDev
- 33
- 9
0
votes
1 answer
Android - Double tap home button as default action
I am currently implementing an android application. When I press the home/overview buttons, the application pauses by default (showing the applications overview for the second one). I have noticed that most of the applications in recent android…