You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Android does not provide a system own overlay when scanning NFC tags, how about this library shows an example how to display progress messages on Android?
Or even better provide a customizable component via a hook?
ProgressDialog on iOS returns always null since the OS provides the dialog. However setMessage, done and error call the NfcManager's respective iOS functions. On android, those functions will change the text and icon on the ProgressDialog
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since Android does not provide a system own overlay when scanning NFC tags, how about this library shows an example how to display progress messages on Android?
Or even better provide a customizable component via a hook?
ProgressDialog
on iOS returns alwaysnull
since the OS provides the dialog. HoweversetMessage
,done
anderror
call theNfcManager
's respective iOS functions. On android, those functions will change the text and icon on theProgressDialog
Beta Was this translation helpful? Give feedback.
All reactions