We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm submitting a ... [ x ] bug report
Problem Description: App doesn't launch on Android 12 after migration to Capacitor 4 because of phonegap-nfc issue.
phonegap-nfc
Solution: chariotsolutions/phonegap-nfc#466 chariotsolutions/phonegap-nfc#465
Adding this block of code to src-capacitor/package.json file fixed the problem for me.
src-capacitor/package.json
"phonegap-nfc": "SachinAgarwal1337/phonegap-nfc#patch-1"
The text was updated successfully, but these errors were encountered:
There has been no recent activity and this issue has been marked inactive.
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ...
[ x ] bug report
Problem Description:
App doesn't launch on Android 12 after migration to Capacitor 4 because of
phonegap-nfc
issue.Solution:
chariotsolutions/phonegap-nfc#466
chariotsolutions/phonegap-nfc#465
Adding this block of code to
src-capacitor/package.json
file fixed the problem for me."phonegap-nfc": "SachinAgarwal1337/phonegap-nfc#patch-1"
The text was updated successfully, but these errors were encountered: