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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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