Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 12 Keyboard in Card Payment is not opening #488

Open
YankovWeb opened this issue Jul 7, 2024 · 10 comments
Open

Android 12 Keyboard in Card Payment is not opening #488

YankovWeb opened this issue Jul 7, 2024 · 10 comments
Labels
bug report when a bug report is created

Comments

@YankovWeb
Copy link

Describe the bug
Android 12 Keyboard in CardPayment is not opening

To Reproduce
Run Android 12 ,
Open payment by Card,
Focus Card Input.
See the keyboard

Expected behavior
To open the keyboard

Screenshots
If applicable, add screenshots to help explain your problem.

Android 12
(on 11 and 13 work fine)

if you guys need Video or Image of the issue I can provide in Monday.

@YankovWeb YankovWeb added the bug report when a bug report is created label Jul 7, 2024
@descorp
Copy link
Contributor

descorp commented Jul 8, 2024

Hey @YankovWeb

Run Android 12

Physical device or emulator?


Please provide a video :)

@YankovWeb
Copy link
Author

YankovWeb commented Jul 8, 2024

Thank you for the fast respond.

On real Device.

Screenrecorder-2024-07-03-12-34-42-160.1.mp4

2024-07-03_17h27_57

@descorp
Copy link
Contributor

descorp commented Jul 9, 2024

Hey @YankovWeb

What version of Adyen React Native SDK you are using?
I wasn't able to reproduce it on latest one.


Is something wrong with a keyboard? Do you have similar behaviour on other apps?
Can you reproduce this behaviour on other Android 12 devices/emulator?


Have you modify your app's AndroidManifest.xml ?

@YankovWeb
Copy link
Author

Version 1.2.1v.
Unfortunately, I am currently on sick leave. My colleagues will provide the answers and continue the conversation.
Thank you!

@descorp
Copy link
Contributor

descorp commented Jul 10, 2024

Take care @YankovWeb

I did local tests with 1.2.1 on Motorola G51 Android 12 and I am not able to reproduce the bug.
IMHO this issue could be device-specific.

Do you have any other plugins effecting keyboard?

@YankovWeb
Copy link
Author

Redmi Note 10 , oppo A96 was the reported devices.

@descorp
Copy link
Contributor

descorp commented Jul 17, 2024

Hey @YankovWeb

So you are able to reproduce this issue on 2 devices?
Can you reproduce it on a blank project?


Do you have any other plugins that may effecting keyboard?

@YankovWeb
Copy link
Author

YankovWeb commented Jul 17, 2024

The QA reproduce it in browserStack,

I don't think so.

@YankovWeb
Copy link
Author

YankovWeb commented Jul 18, 2024

Hey @descorp, Okay, in BrowserStack, on the same devices (11 and 13), the Android keyboard is working, but on Android 12, it looks like it is behind the drop-in. After we close the drop-in, the keyboard opens.

this is in the manifest

 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  <uses-permission android:name="android.permission.INTERNET"/>
  <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/> 
  <uses-permission android:name="android.permission.CAMERA"/>
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  <application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:largeHeap="true" android:supportsRtl="true" android:hardwareAccelerated="true"
                android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:theme="@style/BootTheme">
  <!-- Notification color. ARGB but the alpha value can only be FF -->
  <meta-data android:name="com.batch.android.push.smallicon" android:resource="@mipmap/ic_launcher_foreground" />       
  <meta-data android:name="com.batch.android.push.color" android:value="#FFFFFFFF" />      
  <meta-data android:name="batch_opted_out_by_default" android:value="true" />
  <meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/GOOGLE_MAPS_API_KEY_ANDROID"/>

    <activity android:name=".MainActivity" android:label="@string/app_name" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:exported="true">
      <intent-filter>
        <action android:name="android.intent.action.MAIN"/>
        <category android:name="android.intent.category.LAUNCHER"/>
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="consumer" />
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <category android:name="android.intent.category.BROWSABLE"/>
        <data android:scheme="http" />
        <data android:scheme="https" />
        <data android:host="www.deeplinkdemo.com" />
      </intent-filter>
    </activity>
    <service android:name="com.adyenreactnativesdk.component.dropin.AdyenCheckoutService" android:exported="false"/>
  </application>
</manifest>

Is it possible for you to test it on browserStack I have trouble creating blank project at the moment?
excuse me.

@camil-adyen
Copy link

Hey @YankovWeb, does the issue still persist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report when a bug report is created
Projects
None yet
Development

No branches or pull requests

3 participants