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

[Bug] Keyboard disappears immediately when tap on an entry in Android 11 #15591

Open
VikramDevaraj31 opened this issue Nov 2, 2022 · 1 comment
Labels
a/keyboard p/Android s/unverified New report that has yet to be verified t/bug 🐛

Comments

@VikramDevaraj31
Copy link

Description

We are developing a Pdfviewer control, and one of its features is support for rendering different form fields from documents. Up to Android 10, the keyboard displays correctly when you tap on an Text form field(EditText). However, after that, whenever you tap on an EditText field, the keyboard instantly appears and vanishes. One of the more serious problems our consumers are dealing with is this one. If you have any solutions or workarounds for this, kindly let us know.

Note: We are constructing our own text form field under our control by inheriting the EditText, however we are unable to share that example. However, the same exact issue can be reproduce with the attached customerRenderer of the entry itself.

Steps to Reproduce

  1. Run the attached sample (In android 11)
  2. Tap on the 1st entry.
  3. Now tap on the 2nd entry without deselect the 1st entry.

Expected Behavior

The keyboard should not disappear when focusing on the entry

Actual Behavior

The keyboard disappears when focusing on the entry.

Basic Information

  • Version with issue: 5.0.0.2012.
  • Platform Target Frameworks:
    • Android 11
  • Affected Devices: Android 11

Environment

Show/Hide Visual Studio info

Build Logs

Screenshots

Android.Emulator.-.pixel_c_r_11_0_-_api_30_5554.2022-11-02.11-18-50.mp4

Reproduction Link

Sample.zip

Workaround

No

@VikramDevaraj31 VikramDevaraj31 added s/unverified New report that has yet to be verified t/bug 🐛 labels Nov 2, 2022
@LISPos
Copy link

LISPos commented Feb 15, 2024

I too have the same problem. Did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/keyboard p/Android s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

4 participants
@jsuarezruiz @LISPos @VikramDevaraj31 and others