Skip to content

LetterBoard is a TS/JS client side utility to open a customisable On Screen Keyboard (OSK) on any input or text box.

Notifications You must be signed in to change notification settings

roundsToThree/LetterBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LetterBoard

LetterBoard is a TS/JS client side utility to open a customisable On Screen Keyboard (OSK) on any input or text box.

Note

LetterBoard may not fully support TextAreas but the fix should be trivial.

Usage

First include both the JS and CSS files in your project
Simply add the initiator function to an onclick event from an input

<input type="text" onclick="openOSK(this);"/>

And then when the box is clicked, the keyboard should open (and close if you click in the corners of it)
It automatically brings the selected text field to the top of the screen and returns it once you are done typing.

Demo

Before Clicked
image After Clicked
image

About

LetterBoard is a TS/JS client side utility to open a customisable On Screen Keyboard (OSK) on any input or text box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published