abertschi / sailfish-wlan-keyboard

Use your computer keyboard as input device on SailfishOS
http://wlankeyboard.abertschi.ch
GNU General Public License v3.0
21 stars 7 forks source link

Implement a simple html5 UI #1

Closed abertschi closed 9 years ago

abertschi commented 9 years ago

The UI consists basically of an input field and websocket connections so that each text input is sent to the phone.

The UI should be generated with a build tool such as gulp and the html file should include everything necessary to work (all css, js must be included in the html file because the http_server loads only one file to send to the browser).