B
B
bxspb2019-12-26 08:49:00
htaccess
bxspb, 2019-12-26 08:49:00

How to make an input field with its own virtual keyboard?

Hello, the question is this: on web technologies, I want to make an input field, when clicked on, my own keyboard appears, from which characters are entered and the form is actually sent. The JS of the keyboard itself is generally not a problem, and sending too, the difficulty is in preventing the appearance of a native keyboard when typing from a mobile device. Here I came up with either to make the input field not a field, but an abstract block, the data from which to transfer to the form when sending, or still somehow block the appearance of native clave, and the ban is needed only for one specific form on the page, that is, on all other forms The keyboard should still appear on the page) Tell me what ideas you have. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
quake4fun, 2019-02-24
@quake4fun

Something like this:
RewriteEngine on
RewriteCond %{HTTP_COOKIE} ^.*REG.*$
RewriteRule .* example.com/reg/%1 [L,R=302]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question