-
Hello, my goal is to open my app with a specific route when I hold it over a NFC tag. So far I tried it with deep linking. Deep linking itself is working as expected. When I click the deep link, my app gets opened automatically and is routing correctly to the destination page. When I write this URL with the Android App "NFC Tools" on my NFC tag and hold my phone on it, it just opens Chrome but not the app. Is there another way to achieve this, i.e. using intents? If yes, is there any tutorial about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If I change this:
to this:
The app starts with the nfc tag, but no listener is triggering, like "App.addListener('appUrlOpen'..." or "App.addListener('appRestoredResult'...", so I cant route to my destination. |
Beta Was this translation helpful? Give feedback.
-
I created a capacitor 3 plugin for app launching with nfc: |
Beta Was this translation helpful? Give feedback.
I created a capacitor 3 plugin for app launching with nfc:
https://www.npmjs.com/package/capacitor-nfc-launch