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

Why showing HUD hides keyboard? #43

Closed
a-v-ebrahimi opened this issue May 8, 2018 · 1 comment
Closed

Why showing HUD hides keyboard? #43

a-v-ebrahimi opened this issue May 8, 2018 · 1 comment
Labels

Comments

@a-v-ebrahimi
Copy link

I use code below to show progress :

hud=KProgressHUD.create(context)
                .setStyle(KProgressHUD.Style.SPIN_INDETERMINATE)
                .setAnimationSpeed(2)
                .setDimAmount(Constants.HUD_DIM_AMOUNT)
                .setMaxProgress(100);
hud.show();

Why this hides device keyboard? I want keyboard to be visible.

Thanks

@tuanna-hsp
Copy link
Contributor

tuanna-hsp commented Feb 19, 2019

The hud is basically a customized Dialog, so that's the default behaviour.
Looking into configuring the dialog soft input mode might be some help but I don't know for sure though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants