klarna / klarna-mobile-sdk

Klarna Mobile SDK for iOS
https://docs.klarna.com/mobile-sdk/ios/
Apache License 2.0
29 stars 12 forks source link

Klarna payment view auth problem #123

Open AlexXer opened 2 years ago

AlexXer commented 2 years ago

Describe the bug I am writing native android module for flutter with using klarna SDK. I have custom view with klarna payment view and when Klarna payment view authorizes I have endless progress and no auth fields. In logs I have that Klarna payment view is AppCompat widjet and we should use AppCompat theme. But theme extends from AppCompat. In some sources told that we should have AppCompatActivity and AppCompat theme. But for render native view from flutter we need to extend activity from FlutterActivity.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image image image image

Device and version: Pixel 5 API 29 Klarna In-App SDK version 2.1.0