Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaaibu committed Oct 21, 2014
1 parent caf1fde commit 834d3ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
jQuery Thaana KeyHandling
============================

jQuery Plugin to manipulate thaana keyboard. Supports mobile platforms such as android, ios and all major desktop browsers. However please
be informed that this plugin is highly in experimental state.

## Usage

$('.classname').thaana();
$('#elementId').thaana();
$('elementname').thaana();

**To change default keyboard layout:**
**Default**
$('.thaana').thaana({keyboard: 'phonetic'});
or
$('.thaana').thaana({keyboard: 'typewriter'});

## Notice

Compatibility with mobile browsers, especially Android browsers are achieved by sacrificing keyboard event, as some browsers does not fire events as how it should. There might be issues while pasting,
line breaks and backspacing. Mostly in Chrome.

Working on alternatives for further improvement ;)

0 comments on commit 834d3ce

Please sign in to comment.