Tagged Questions
14
votes
17answers
29k views
iPhone Proximity Sensor
Can the iPhone SDK take advantage of the iPhone's proximity sensors? If so, why hasn't anyone taken advantage of them? I could picture a few decent uses.
For example, in a racing game, you could put ...
4
votes
1answer
271 views
Can I monitor the iPhone proximity sensor without turning off screen? Also, landscape
I've got the proximity sensor working so that I can trigger events when in proximity, but I'm trying to use it as a sort of dead man switch. The problem is that whenever in proximity, the screen turns ...
2
votes
1answer
735 views
toggling proximity sensor on iPhone loses an event
I'm using setProximitySensingEnabled and implemented proximityStateChanged in my UIApplication subclass. It looks like if sensing is toggled, that the first "off" event is being lost.
My ...
1
vote
1answer
297 views
Proximity Monitoring on the iPhone without blacking out the screen?
I'm able to detect proximity on the iPhone SDK, but the screen blacks out whenever the proximity state is triggered.
is there a way I can prevent the proximity sensor from blacking out the screen, ...
0
votes
1answer
65 views
iPhone proximity monitoring
I have this app that monitors you through out the day. When you place your device in your pocket, the screen will turn off using the proximity sensor to conserve battery. My problem is it still is not ...
0
votes
1answer
123 views
iPhone proximity sensor in landscape not available?
Is the proximity sensor available in landscape mode?
It only seems to work for me when I'm in portrait...