Tagged Questions

12
votes
17answers
28k 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 ...
3
votes
1answer
262 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
722 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
276 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
108 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...