I use C#.Net to create web app on an Android device. Is it possible to read a Mifare card through NFC on an Android device with Javascript like this and handling NFC Events?
I want to read block 1 of Mifare and using factory default keys 0x FF FF FF FF FF FF
in aspx file:
</td>
<td class="auto-style59"> </td>
</tr>
</table>
...
<script src="jquery.js"></script>
<script type="text/javascript">
function NFCRead() {
...
}
</script>
</asp:Content>
I have tried other ways and still no success