🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

yon-yon-virtual-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yon-yon-virtual-keyboard

Hello everyone, Our project provides a solution for displaying a virtual keyboard on the screen under the Angular platform ![Alt text](288179512-e7205426-46a5-47ff-b571-670e6b6a63d6.png) ## Development server

0.0.38
latest
npm
Version published
Weekly downloads
15
-46.43%
Maintainers
1
Weekly downloads
 
Created
Source

Angular Virtual Keyboard

Hello everyone, Our project provides a solution for displaying a virtual keyboard on the screen under the Angular platform Alt text

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

📦 Installation & Usage

1. npm install yon-yon-virtual-keyboard --save

2. adding yon-yon-virtual packaged in app module and import him:

import { VirtualKeyboardModule } from 'yon-yon-virtual-keyboard';

@NgModule({ declarations: [ ... ], imports: [ CommonModule, VirtualKeyboardModule ] }) export class AppModule { }

3. Adding 'lib-VirtualKeyboard' element right to html code:

<p>We don't use with any validate and accept</p>

<lib-VirtualKeyboard [language]="'en'"></lib-VirtualKeyboard>

<p>We use with validate and accept</p>

<lib-VirtualKeyboard [language]="'he'" [validateCallBack]="validate" [acceptCallBack]="accept"></lib-VirtualKeyboard>

<p>We use with validateNumber and accept</p>

<lib-VirtualKeyboard [language]="'he'" [validateCallBack]="validateNumber" [acceptCallBack]="accept"></lib-VirtualKeyboard>

<p>With numeric</p>

<lib-VirtualKeyboard [language]="'num'" [validateCallBack]="validateNumber" [acceptCallBack]="accept"></lib-VirtualKeyboard>

<p>Custom Virtual Keyboard</p>

<lib-VirtualKeyboard [keyboardLayout]="custom_Keyboard"></lib-VirtualKeyboard>

<p>emoticons virtual keyboard</p>

<lib-VirtualKeyboard [language]="'emo'"></lib-VirtualKeyboard>

Further help

We would like to thank some of the fathers of the projects we are building on and for us they are the cornerstones.

  • Rob Garrison The father of all virtual keyboards, With his code we defined the whole issue of keyboards layout and keys events.
  • Francisco Hodge Our code is built on his code while performing analysis, modification and adaptation to the Angular platform

FAQs

Package last updated on 09 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts