Skip to content

Remote control events not being received #1

@devgeeks

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:
            [[self delegate] 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.

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