pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 115 forks source link

DropIn UI issue for iOS only #163

Open rishabhBisht2504 opened 1 month ago

rishabhBisht2504 commented 1 month ago

The UI is not acceptable for iOS. Please check the screenshot.

We are using the latest package versions.

Simulator Screenshot - iPad Pro (12 9-inch) (6th generation) - 2024-05-30 at 14 15 27

rishabhBisht2504 commented 1 month ago

Any update?

BunnyBuddy commented 3 weeks ago

if you're using iPad, then this must be the same issue as in share_plus plugin when raising the bottom sheet. iPad has a different mechanism. You have to give size to the popup explicitly.

rishabhBisht2504 commented 2 weeks ago

@BunnyBuddy The main issue is that we are not able to see the text and not able to close the pop up however it is working fine for android version.