Hi,
I need to check condition is keyboard appearing, in my app.
like:
if(keyboardIsPresentOnWindow){
Do action 1;
}else if(keyboardIsPresentOnWindow){
Do action 2;
}
So please help how to check this condition?
Thanks.
I need to check condition is keyboard appearing, in my app.
like:
if(keyboardIsPresentOnWindow){
Do action 1;
}else if(keyboardIsPresentOnWindow){
Do action 2;
}
So please help how to check this condition?
Thanks.