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

Events not firing when using floating keyboard #163

Open
MarrsAttax opened this issue May 20, 2021 · 0 comments
Open

Events not firing when using floating keyboard #163

MarrsAttax opened this issue May 20, 2021 · 0 comments

Comments

@MarrsAttax
Copy link

I am using a Samsung Galaxy Tab A. The on-screen keyboard mode is set to use a floating keyboard. I am trying to capture the keyboardWillShow event but this event is not firing. If I set the keyboard mode to the default 'standard keyboard' then the event does fire.

I am using this code to capture the event:

 Plugins.Keyboard.addListener('keyboardWillShow', (info: any) => {
            console.log('keyboardWillShow');
 });

Here is my ion-input:

 <ion-input
     type="text"
     step="any"
     inputmode="text"
     maxlength="15"
     ></ion-input>

Is this a bug? Am I capturing the event correctly? Is there a workaround?

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

No branches or pull requests

1 participant