Samsung/Tizen-CSharp-Samples

Web App Sample versoin

CorporateDrone opened this issue · 2 comments

Thank you for making this sample. Do you have a Cordova Web app version? I am unable to get Tizen's instructions working for reading NFC.

Contacting proper developer for your question...

Hello,
regarding to Cordova Web Application, Tizen does not support Cordova directly using Cordova CLI. Even though CLI is not supported, Tizen web application supports a set of cordova plugins using a workaround based on procedure of manual inject JS code related to Cordova plugins.
The sample of application capable to use Cordova plugins is available here: in git project:
review.tizen.org:29418/platform/core/api/cordova-plugins branch: tizen directory: sample
The procedure of using it with Tizen Studio is described here: https://cordova.apache.org/docs/en/5.0.0/guide/platforms/tizen/
Here is the list of available features of Cordova https://developer.tizen.org/development/guides/web-application/cordova

According to NFC, you didn't provide much details, but here is the guide which describes most common scenarios of using NFC - https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/nfc
Full API reference is here: https://developer.tizen.org/dev-guide/5.0.0/org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html

In case if my response is not enough please provide more specific questions. I will try to answer more precisely.