Questions tagged [home-button]

A physical button on iPhone, iPad and iPod Touch. Returns from the programm to the home screen

103 questions
0
votes
1 answer

I want to continue to play music even if after press button HOME in iphone?

I want to continue to play music even if after user presses button HOME on the iPhone. Can you help me?
0
votes
1 answer

Long press home button in iPhone app

I think in my application according to intercept the long home button, for their own operations, I want to know this, can pass through the apple's audit? If not approved, that where can I find on the home button that use the terms?
C-Beck
  • 11
  • 3
-1
votes
1 answer

Manipulating the iphone triple-homebutton-click programmatically in xcode

So basically I'm wondering if it would be possible to programmatically manipulate the triple-click function on the iPhone. Basically, whenever you triple-click the home button you can choose in the settings between a few set actions to occur, like…
torola
  • 113
  • 1
  • 2
  • 8
-1
votes
1 answer

Stop navigation back to Fiori Launchpad Home Page after clicking on Home Button

I want to check something before navigating back and show a fragment where the user cand decide if he really wants to quit the application and go back to the Fiori Launchpad home page, or if he wants to stay in the current application. I have…
-1
votes
1 answer

Pausing iOS app game when User clicks Home Button

While the user is playing the game if they tap the Home Button on iPhone/iPad the game pauses itself but doesn't stay paused if the user clicks back on the app to open it, instead game leads them to game over screen. How do I code it that once the…
Merc
  • 313
  • 1
  • 4
  • 10
-1
votes
4 answers

Stop Game App if Home Button clicked iOS

I don't know if by Apple's rules it's necessary to implement that when a user is in the middle of a game, if they click on home button the game pauses and when they click back in game, the game unpauses. Do I have to click something on storyboard…
Merc
  • 313
  • 1
  • 4
  • 10
-1
votes
1 answer

How to delete screen capture image in iPhone when application goes into background?

When user press home button or if application goes into background due to any other reason, then iOS first take a screen shots and save it, I want to know location of that screen shot image and how can I delete it?
ajeet sharma
  • 803
  • 10
  • 37
-1
votes
2 answers

How to disable android home button and task history button within an activity?

For home button disabling: Home key pressing event cannot be intercepted in activity by onKeyDown() beyond version3.x. I can add: in the intent-filter of the activity, but this will make even pressing home button outside of the activity to…
-1
votes
1 answer

Which delegate function is called within a class on tapping the home-button

I have a pop-up which has to be hidden when the user moves away from the class. On tapping on the home button, the doesn't happen. - (void)applicationDidBecomeActive:(UIApplication *)application - (void)applicationDidEnterBackground:(UIApplication…
Ambili B Menon
  • 1,249
  • 2
  • 14
  • 26
-1
votes
1 answer

How to keep animation running when the home button is pushed - Cocos2d?

I have an animation that I would like to keep running when the home button is pushed. I see the applicationDidEnterBackground which has stopAnimation. I've tried commenting it out, but the animation still stops. Is it possible to keep the…
The Learner
  • 155
  • 11
-2
votes
4 answers

How to make iPhone application go to pause menu when home button is clicked?

I am making an iPhone application that is fairly simple. All I need to do is set the bool "paused" to true to pause the game. How can I make my application do that when the home button is hit? Thanks guys, that was exactly what I wanted. Since it…
Clam99
  • 5
  • 7
-3
votes
2 answers

iPhone home button pressed

In my app has a button that opens the browser and my application was for background. I just want to close the app when the home button is clicked.
-6
votes
1 answer

Home button stops video recording

I am using AVFoundation and pressing the home button on my device stops it recording from the front camera. Is there a way for me to keep recording from the front camera even after the home button is pressed? Why does pressing the home button stop…
terminix00
  • 327
  • 2
  • 13
1 2 3 4 5 6
7