Skip to content

Remote control events not being received #1

Description

@devgeeks

In remoteControlReceivedWithEvent no events are being received even though the responderView is "first responder".

-(void)remoteControlReceivedWithEvent:(UIEvent *)event
{
switch (event.subtype) {
case UIEventSubtypeRemoteControlTogglePlayPause:
[[selfdelegate] playPauseEvent:self];
break;
default:
break;
}
}

It was working until I upgraded to PhoneGap and iOS 5. Not sure which of these is the trouble if any.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions