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

  • Thread starter Thread starter mluther
  • Start date Start date
Status
Not open for further replies.
M

mluther

Guest
Ithrees, can you move this thread to mobile specific forum? As this is mainly for Rollbase. To answer your question, I am thinking there are 3 possibilities that may caused this issue: 1. You have missed the collection tag e.g. features ... /features in between your feature tags. features .............................. .............................. feature name="NfcPlugin" param name="android-package" value="com.chariotsolutions.nfc.plugin.NfcPlugin"/ param name="onload" value="true" / /feature .............................. .............................. /features 2. You have more than 2 param tag within feature/ tag. Not sure whether you need another collection tag such as params ... /params for it. E.g: feature name="NfcPlugin" params param name="android-package" value="com.chariotsolutions.nfc.plugin.NfcPlugin"/ param name="onload" value="true" / /params /feature 3. Your feature tag contains param name=”onload”.../ ; You can check against the framework’s documentation whether “ onload ” is not recognize by the parser ? How to check? Go and look at its XML Schema Definition (XSD). You may also need to check whether features as seen from no (1) and params from no (2) above are recognized by config’s XSD as well. I am just trying to help from Maven’s perspective. Thus I can only help until this step. For more detail application support you need to check with its (NFC plugin) respective developer. Marthen Luther System Engineer, Southeast Asia Progress Software Corporation (S) Pte Ltd | 150 Beach Road #20-03/04 Gateway West Singapore 189720 DID: +65-63035423 | M: +65-91073708 | E: mluther@progress.com | W: www.progress.com From: ithrees [mailto:bounce-ithrees@community.progress.com] Sent: Thursday, 13 November, 2014 8:08 PM To: TU.Rollbase@community.progress.com Subject: RE: [Technical Users - Rollbase] Anyone tried NFC plugin with rollbase mobile RE: Anyone tried NFC plugin with rollbase mobile Reply by ithrees I removed the # and tried earlier, got the same error. But the same code worked fine before adding the future tag, thats what confusing. Stop receiving emails on this subject. Flag this post as spam/abuse.

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