Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaaibu/thaanaKeyboard
https://github.com/ajaaibu/thaanaKeyboard
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaaibu/thaanaKeyboard
- Owner: ajaaibu
- Created: 2014-10-21T07:32:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T07:04:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-03T14:11:50.422Z (about 1 month ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-maldives - thaana-keyboard @ajaaibu - jQuery Plugin to manipulate thaana keyboard. (Table of Contents / JAVASCRIPT Projects)
README
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
```js
$('.classname').thaana();
$('#elementId').thaana();
$('elementname').thaana();
```
**To change default keyboard layout:****Default**
```js
$('.thaana').thaana({keyboard: 'phonetic'});
```
or
```js
$('.thaana').thaana({keyboard: 'typewriter'});
```
**Update: 2015/10/20*** Fixed the bug while editing in between lines / characters.
**Update: 2015/05/12*** Fixes the "undefined" ammendement to the input element while spacing.
* Fixed the bug that kept transforming the character if you pasted just one alphabet.
* Demonstration page is moved to [here](http://ajaaibu.github.io/thaanaKeyboard)**More Issues?**
Yeah there is a known bug that occurs if you pasted something like url or an email address and attempt on deleting it on chrome on mobile devices. But I'll keep it for a later update ;)
## Notice
Shoot any bugs to [@ajaaibu](https://twitter.com/ajaaibu), i'll add it up to the next update (no guarantee when)