zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

OnNewIntent to scan NFC not being called from android 10 onwards

Open PhongDinh12 opened this issue 4 years ago • 0 comments

I use onNewIntent to listen to NFC, when the camera is turned on, the onNewIntent function is not called when I swipe the NFC tag. When I turn off the camera, I swipe the NFC tag to the onNewIntent function to receive it normally. I am thinking that the function is overwritten or removed the service when the camera is turned on. If anyone has encountered this error please help me to debug. I sincerely thank !

PhongDinh12 avatar Apr 29 '21 03:04 PhongDinh12