@slick44 wrote:
I’m trying to capture an event when the keyboard on an ios or android device is fully loaded. Right now I capture the event below:
window.addEventListener('native.keyboardchanged', keyboardShowHandler);
The problem is, this event gets called the moment the keyboard starts to load but I’d rather it wait until the keyboard is fully loaded and ready. Is there any event I can listen to for this?
Posts: 1
Participants: 1