-
Notifications
You must be signed in to change notification settings - Fork 4k
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
🐛 [firebase_messaging] On new notification click on IOS 14 getting copied from Clipboard notification #3966
Comments
Hi @billymahmood flutter doctor -v
This is probably due to upstream flutter/flutter#60145. Do you have anything in your app that would cause the mentioned issue? |
On my landing page, I do not have any Text Inputs, nor am I copying or allowing users to paste any text into any fields. |
Bug report
Describe the bug
Hi guys,
On Apple IOS 14, when the app is completely closed, if you click on a push notification, the app is open with the new IOS copied from clipboard warning notification,
Steps to reproduce
Expected behavior
The App should open without this warning
Additional context
I am using the plugin version
firebase_messaging: ^7.0.3
Flutter doctor
Run
flutter doctor
and paste the output below:Doctor summary (to see all details, run flutter doctor -v):
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Dart SDK 2.10.2
Flutter SDK 1.22.2
app_name 1.1.3+1.1.3
The text was updated successfully, but these errors were encountered: