ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

Cannot listen onKeyboardShow event #314

Open aluco100 opened 6 years ago

aluco100 commented 6 years ago

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