Dmytro Bardai
Dmytro Bardai
It doesn't matter where the subscription is done. 1. Create blank Xamarin Forms Project. 2. Init CrossNFC in Android project, set required permissions. 3. Change in the shared project app.xaml.cs...
I did some googling about that. The reason is that the MainActivity is paused before new intent processing.
The only one way I found to avoid it is to push page in modal navigation stack. This case OnAppearing is not called.
@franckbour, I took your test project and the issue is reproduced. Here is video with your project: [youtube](https://youtu.be/ufwKLIeFo3g) The problem is when you read a NFC card the page in...
@timothy-gibson, > @dm-CaT did you find any other way around it? No, I didn't. To way around I took a look into Xamarin Forms source code. I was looking for...
OK, I'll try.
I didn't try to repeat it for a long time. Maybe something changed. Which Windows version do you have? Did you face some errors or something like that on some...