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
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:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device and version:
Pixel 5
API 29
Klarna In-App SDK version 2.1.0
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device and version:
Pixel 5
API 29
Klarna In-App SDK version 2.1.0
The text was updated successfully, but these errors were encountered: