Hi, Im trying to listen the show's keyboard event from that way: ``` this.keyboard.onKeyboardShow().subscribe(() => { console.log("keyboard show"); this.content.scrollToBottom(); }) ``` But It's not working. What am i doing wrong? Best regards
Hi,
Im trying to listen the show's keyboard event from that way:
But It's not working. What am i doing wrong?
Best regards