D
D
dimsontm2018-11-26 23:01:09
Mobile development
dimsontm, 2018-11-26 23:01:09

How to call keyboard for dialing in input instead of text?

There is a non-standard task.
Mobile version of the site. We need to get data from the input field (phone number). For the convenience of the user, I would like to implement number entry not through the standard mobile keyboard for messages, but through dialing, as when making a call. Is it possible to implement this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor, 2018-11-26
@xandri

Here is a property that allows you to launch the keyboard exactly with numbers .
or
<input type="text" pattern="\d*">

F
Froggyweb, 2018-11-26
@Froggyweb

or better input type="tel" where available +

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question