android - Receiving an intent in Cordova PhoneGap app -
i have registered cordova app intent fired when nfc tag read. app starts expected. i´m not able information of intent. tried 'webintent' plugin, return null.
so how can information of intent app invoked by?
edit:
in 'ondeviceready' function call
window.plugins.webintent.getextra("android.nfc.extra.tag", function(url) { alert(url); }, function() { alert("no extras 'tag'"); // there no supplied. } );
i tried 'android.nfc.extra.ndef_messages' still 'null'.
Comments
Post a Comment