ngx-material-keyboard / angular-material-keyboard

Onscreen virtual keyboard for Angular (https://angularjs.org/) using Material (https://material.angularjs.org/) and the Angular Virtual Keyboard by the-darc (https://github.com/the-darc/angular-virtual-keyboard) based on GreyWyvern VKI (http://www.greywyvern.com/code/javascript/keyboard).
http://davidenke.github.io/angular-material-keyboard/
MIT License
15 stars 19 forks source link

listen `$scope.$on('$destroy', ...)` to hide keyboard #5

Closed davidenke closed 8 years ago

davidenke commented 8 years ago

Unfortunately the input blur listener is removed on state change, so the keyboard does not hide.

davidenke commented 8 years ago

The issue is related to ui-router, the $mdKeyboard.hide() service should be used instead.