Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: The isSupported() method returns false on iOS #375

Closed
5 of 29 tasks
luisgaliciadev opened this issue Dec 28, 2024 · 0 comments
Closed
5 of 29 tasks

bug: The isSupported() method returns false on iOS #375

luisgaliciadev opened this issue Dec 28, 2024 · 0 comments
Labels
bug/fix Something isn't working needs: triage

Comments

@luisgaliciadev
Copy link

Plugin(s)

  • Android Foreground Service
  • Android Battery Optimization
  • App Review
  • App Shortcuts
  • App Update
  • Background Task
  • Badge
  • Bluetooth Low Energy
  • Cloudinary
  • Datetime Picker
  • File Compressor
  • File Opener
  • File Picker
  • Live Update
  • Managed Configurations
  • NFC
  • Photo Editor
  • Printer
  • Screen Orientation
  • Speech Recognition
  • Speech Synthesis
  • Torch
  • Zip

Version

6.5.0

Platform(s)

  • Android
  • iOS
  • Web

Current behavior

Problem Description
The isSupported() method returns false on iOS 16 with iPhone 16 Pro Max, even when NFC is enabled.

Expected behavior

The isSupported() method should return true if the device supports NFC.

Reproduction

https://github.com/capawesome-team

Steps to reproduce

Set up the plugin @capawesome-team/capacitor-nfc in an Ionic project using Capacitor.
Implement the Nfc.isSupported() method.
Run the application on an iPhone 16 Pro Max with iOS 16.
The method returns false.

Other information

Device: iPhone 16 Pro Max
Plugin: @capawesome-team/capacitor-nfc v6.5.0
@capacitor/core: v6.2.0

Capacitor doctor

Latest Dependencies:

@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0

Installed Dependencies:

@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0

[success] iOS looking great! 👌
[success] Android looking great! 👌
luisgalicia@MBP-de-Luis passaparola_ionic %

Before submitting

  • I have read and followed the bug report guidelines.
  • I have attached links to possibly related issues and discussions.
  • I understand that incomplete issues (e.g. without reproduction) are closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix Something isn't working needs: triage
Projects
None yet
Development

No branches or pull requests

1 participant