Forum Post: RE: Anyone tried NFC plugin with rollbase mobile

  • Thread starter Thread starter ithrees
  • Start date Start date
Status
Not open for further replies.
I

ithrees

Guest
Hi Marthen, Thank you for your reply. This my config.xml file========================================= ?xml version="1.0" encoding="UTF-8"? widget xmlns = "http://www.w3.org/ns/widgets" id = "io.cordova.helloCordova" version = "2.0.0" name Hello Cordova /name description A sample Apache Cordova application that responds to the deviceready event. /description author href="http://cordova.io" email="dev@cordova.apache.org" Apache Cordova Team /author access origin="*"/ !-- content src="http://mysite.com/myapp.html" / for external pages -- content src="index.html" / preference name="loglevel" value="DEBUG" / !-- preference name="splashscreen" value="resourceName" / preference name="backgroundColor" value="0xFFF" / preference name="loadUrlTimeoutValue" value="20000" / preference name="InAppBrowserStorageEnabled" value="true" / preference name="disallowOverscroll" value="true" / -- !-- Phonegap plugins -- #list pluginsData as pluginsData ${pluginsData} /#list feature name="PushNotification" param name="android-package" value="com.phonegap.plugins.pushnotifications.PushNotifications" / /feature feature name="NfcPlugin" param name="android-package" value="com.chariotsolutions.nfc.plugin.NfcPlugin"/ param name="onload" value="true" / /feature /widget ======================================================== I only added this future tag for nfc plugin others come as default. feature name="NfcPlugin" param name="android-package" value="com.chariotsolutions.nfc.plugin.NfcPlugin"/ param name="onload" value="true" / /feature Please let me know any other things I am missing here. Thanks and Best Regards, Ithrees

Continue reading...
 
Status
Not open for further replies.
Back
Top