I am developing a NFC demo application using ti.nfc , but when I receive the "newintent",the Window closed automatically
the log as following.
=====================================
[DEBUG] : Module: Loading module: alloy/controllers/BaseController -> Resources/alloy/controllers/BaseController.js
[DEBUG] : D/Nfc Module: NfcModule Loaded
[DEBUG] : Window: Checkpoint: postWindowCreated()
[INFO] : android intent: newintent
[INFO] : I/Nfc Module: android.nfc.action.TAG_DISCOVERED intent received with no messages
[INFO] : action:android.nfc.action.TAG_DISCOVERED
[INFO] : tag:[object NfcTag]
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = com.ficent.nfcdemo.NfcdemoActivity@42483c90
[INFO] : android Activity Resume
[DEBUG] : Window: Window is closed normally.
======================================
so why the window closed?
↧