Skip to content

Conversation

@lKinderBueno
Copy link

Android 11 has a better API to check if the keyboard is visible or not.
I have implemented it and now it is possible to check if the keyboard is visible on android tv.

@lKinderBueno lKinderBueno changed the title Added Android 11 API and fix for android tv Added Android 11 API and workaround for android tv Sep 10, 2022
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewTreeObserver;
import androidx.core.view.WindowInsetsCompat;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

androidx is a dependancy right? You were able to add this without changing the gradle file?

Last time I tried bringing AndroidX it caused issues for a lot of users, so I reverted it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants