Is the proximity sensor available in landscape mode?

It only seems to work for me when I'm in portrait...

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I don't know if this is deliberate or a bug but apparently proximity sensor only works when the statusBar is in portraitOrientation so:

[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait animated:NO];

...does the trick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.