saru2020 / iphone-kirikae

Automatically exported from code.google.com/p/iphone-kirikae
1 stars 1 forks source link

Backgrounding not enabling #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
**********************************************************
* BEFORE POSTING, _PLEASE_ CONFIRM THAT A SIMILAR REPORT *
* - EITHER OPEN _OR_ CLOSED - DOES NOT ALREADY EXIST!!!  *
**********************************************************

iPhone/iPod Touch model: 3GS
Firmware Version: 3.1.3
Brief description of the problem:

I have kirikae set to open on home button single press, but after the latest 
update single pressing 
opens kirikae and closes the active app. Activator did this to keep you from 
getting stuck in an 
app, but it is a pain for kirikae users. Some research shows that this [event 
setHandled:YES] in 
receiveEvent will disable the default OS action (closing the app).  

What steps will reproduce the problem?
1. Go into an app
2. Press home button

Please provide any additional information below.

Original issue reported on code.google.com by hoku4...@gmail.com on 8 May 2010 at 11:38

GoogleCodeExporter commented 9 years ago
This is due to a change in Activator.

It is an unfortunate side-effect of a change made to prevent users from getting
"stuck" inside of an application.

The Activator developer is aware of the issue and is looking into a solution.

Original comment by gai...@gmail.com on 9 May 2010 at 2:21

GoogleCodeExporter commented 9 years ago
So [event setHandled:YES] won't work?

Original comment by hoku4...@gmail.com on 9 May 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Correct, it won't work.

Original comment by gai...@gmail.com on 9 May 2010 at 3:27