diff --git a/src/components/ScanSpinner.tsx b/src/components/ScanSpinner.tsx index fe7d96d..3133302 100644 --- a/src/components/ScanSpinner.tsx +++ b/src/components/ScanSpinner.tsx @@ -33,7 +33,7 @@ export function ScanSpinner(props: { } }, []); - if (!nfcSupported) { + if (!nfcSupported && Capacitor.isNativePlatform()) { return (