You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Safari, attempting to press on input fields of a Payment Element results in the input field getting focus for a very small amount of time, and then focus immediately being taken away. This means the user cannot enter their card number, expiry date, etc.
bug_trimmed.mov
To Reproduce
Steps to reproduce the behavior:
Clone this repo and run the example app with flutter run -d chrome
Copy the url from Chrome and open in Safari
Go to "Web Payment Element"
Observe cannot type / select any of the fields
Expected behavior
Same behaviour as on Chrome and Firefox (or on Safari with Flutter 3.27.4) - being able to use the Payment Element.
Smartphone / tablet
Device: MacBook Pro
OS: MacOS Sequoia, 15.3 (24D60)
Package version:
flutter_stripe: ^11.4.0
flutter_stripe_web: ^6.4.0
Flutter version:
3.29.0
Additional context
The bug does not occur with Flutter version 3.27.4 (neither with the canvaskit or HTML web renderer).
Thanks for the great package!
The text was updated successfully, but these errors were encountered:
Describe the bug
On Safari, attempting to press on input fields of a Payment Element results in the input field getting focus for a very small amount of time, and then focus immediately being taken away. This means the user cannot enter their card number, expiry date, etc.
bug_trimmed.mov
To Reproduce
Steps to reproduce the behavior:
flutter run -d chrome
Expected behavior
Same behaviour as on Chrome and Firefox (or on Safari with Flutter 3.27.4) - being able to use the Payment Element.
Smartphone / tablet
Additional context
The bug does not occur with Flutter version 3.27.4 (neither with the canvaskit or HTML web renderer).
Thanks for the great package!
The text was updated successfully, but these errors were encountered: