GreenfieldVentures / angular-on-screen-keyboard

15 stars 7 forks source link

Angular-On-Screen-Keyboard

An on screen keyboard that's always present. Fully customizable layout and easy to use API. Perfect for applications on touch devices as an alternative to the default on screen keyboard.

Web site: https://github.com/GreenfieldVentures/angular-on-screen-keyboard

License: MIT License

Simple demos: http://rawgit.com/GreenfieldVentures/angular-on-screen-keyboard/master/index.html

Installation

bower install angular-on-screen-keyboard

or

npm install angular-on-screen-keyboard

Usage

  1. Include the minified js and css files in your markup

  2. Register the module in your angular app

    angular.module('myAngularApp', ['onScreenKeyboard']);
  3. Add the html <on-screen-keyboard></on-screen-keyboard> tag in your markup

API (optional)

DEPENDENCIES

POLYFILLS

FireFox seems to lack proper support for focusin. This polyfill might help https://gist.github.com/nuxodin/9250e56a3ce6c0446efa