phonegap-plugins icon indicating copy to clipboard operation
phonegap-plugins copied to clipboard

Plugins for use with PhoneGap.

Results 1 phonegap-plugins issues
Sort by recently updated
recently updated
newest added

In `remoteControlReceivedWithEvent` no events are being received even though the `responderView` is "first responder". ``` Objective-C -(void)remoteControlReceivedWithEvent:(UIEvent *)event { switch (event.subtype) { case UIEventSubtypeRemoteControlTogglePlayPause: [[self delegate] playPauseEvent:self]; break; default: break;...