All Projects → timdream → gaia-keyboard-demo

timdream / gaia-keyboard-demo

Licence: other
Online demo page for Mozilla Firefox OS Keyboard

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Gaia Keyboard Demo

This is a off-work fun project to bring the built-in keyboard of Mozilla Firefox OS to the web, and make available on any device.

It is also available as a drop-in library for multi-lingual websites. Try the library test and read it's source code to find out how.

Getting Started

Clone this repo, and execute the following commands:

git submodule init
git submodule update

Underneath

It pulls the keyboard codebase from Gaia, and re-implements navigator.mozInputMethod API so we could communicate between the fake input and the app.

The input has to be a fake one so the native keyboard will not pop-up when you try this page on a touchscreen.

Additionally, other missing APIs that is not provided on Safari Mobile are shimmed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].