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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -