Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

How to place the Keyboard on bottom of screen? #597

Closed sohrabhejazi closed 7 years ago

sohrabhejazi commented 7 years ago

I want to place the Keyboard on bottom of screen So that when we click a TextEdit, the keyboard appears in button of screen. The button of current frame is my purpose.

sohrabhejazi commented 7 years ago

I solved it: top: auto; bottom: 16rem; position: fixed;

Mottie commented 7 years ago

Hi @sohrabhejazi!

I'm glad you figured it out! By the way, there are a ton of demos on the main wiki page if you need examples.