jorgefspereira / plaid_flutter

Plaid Link for Flutter. Integrates the native iOS, Android and Web SDKs.
https://pub.dev/packages/plaid_flutter
MIT License
66 stars 44 forks source link

Transparent background when ios opens plaid webview [IOS] #124

Open GeorgePagMezzi opened 2 months ago

GeorgePagMezzi commented 2 months ago

Hello, first of all thank you for this package. I have a really strange bug where on the latest version of flutter and plaid sdk. plaid webview background is transparent. My app background is black. On image below you can see that Schwab webpage in plaid sdk is transparent (you can still see the letters of schwab and buttons). Older versions of my app do not have this bug, and I cannot pinpoint what is the reason (latest stable version of flutter, plaid sdk, some other package dependency)? image

Flutter doctor:

[✓] Flutter (Channel stable, 3.19.3, on macOS 14.3.1 23D60 darwin-arm64, locale en-GR)
    • Flutter version 3.19.3 on channel stable at /Users/gogom/Flutter Apps/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ba39319843 (11 days ago), 2024-03-07 15:22:21 -0600
    • Engine revision 2e4ba9c6fb
    • Dart version 3.3.1
    • DevTools version 2.31.1
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/gogom/Library/Android/sdk
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
    • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15E204a
    • CocoaPods version 1.15.0
[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      :hammer: https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+0-b1504.28-7817840)
[✓] VS Code (version 1.87.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.84.0
[✓] Connected device (3 available)
    • iPhone 15 Pro (mobile) • 4812FFB6-A748-4232-B0D9-EEE866A35186 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-17-0 (simulator)
    • macOS (desktop)        • macos                                • darwin-arm64   • macOS 14.3.1 23D60 darwin-arm64
    • Chrome (web)           • chrome                               • web-javascript • Google Chrome 122.0.6261.129
[✓] Network resources
    • All expected network resources are available.
• No issues found!

Expected result: This view should not have a transparent background, but rather a white one.

GeorgePagMezzi commented 1 month ago

Any updates or feedback on this?