250
Views
2
Comments
keyboard open (MOBILE)
Question

How to catch the keyboard open? Or the input focus, the events on focus and touchstart of the input doesnt work.

2020-02-28 09-46-54
Eduardo Jauch

Hello Filipe, 

Did you solved your issue?
If not, could you provide a sample that reproduce your problem, so we can take a look?

Cheers.

2024-01-05 16-00-17
Filipe Lourenço

Forget the input events, i have this cordova methods to detect the keyboard open and close but i am facing some difficulty to implement.


window.addEventListener('native.keyboardshow', $actions.HideLogo);
window.addEventListener('native.keyboardhide', $actions.ShowLogo);

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.