I'm seeing both the success and failure callbacks being called on success with the BlackBerry invoke plugin <http://plugins.cordova.io/#/package/com.blackberry.invoke>.
cordova.exec(success, failure, "com.blackberry.invoke", "invoke", {request: query}); See https://github.com/chariotsolutions/phonegap-nfc/blob/9abdc73e7afde7d25bdb361cc3a2180db54a6830/www/phonegap-nfc-blackberry.js#L40 I have a project <https://github.com/don/nfc-share> that demonstrates the issue <https://github.com/chariotsolutions/phonegap-nfc/issues/173>. Does anyone know who maintains the invoke plugin? I could use some help tracking down the issue. Thanks.