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
This is standard Flutter behavior with embedded web frames. The Stripe element is not a Flutter widget. Do you have a usecase where you would want to make it scrollable?
I am facing an issue due to paymentElement not scrolling in Mobile browser.
Please have a look at the attached video.
If the keyboard is open and tries to scroll the content by touching PaymentElement view then it showcases the white screen inshort it uses the Browser scroll. If I touch the parent view of PaymentElement and scroll the content then it scrolls properly.
This issue is generated with SingleChildScrollView and ListView too.
This is flutter specific behavior and little we can do here. Also the phone resolutions looks extremely small. The element does not scroll because it is a native element that we render in a platform view.
Same issue, do you have any solutions or suggestions regarding this issue? Specifically, is there a method we can follow to make the PaymentElement component scrollable?
Describe the bug
A clear and concise description of what the bug is paymentElement is not scrolling in flutter web.
To Reproduce
Steps to reproduce the behavior:
1.add payment elemenmt in a singlechildscrollview.
Expected behavior
The card should scroll.
Smartphone / tablet
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: