P
P
paaaffka2018-02-04 19:20:31
css
paaaffka, 2018-02-04 19:20:31

How to fix the cursor in the input field?

How to fix the cursor exit in the input field on the phone?
On android everything is fine, but on iPhone it's like this
5a77329d037dc427647227.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arkady Baganin, 2018-02-04
@ark_yt

Try input'u to register the following properties

cursor: pointer;
line-height: 32px; /*Сюда писать высоту инпута*/
text-align: start;
/*
Подробно о этих свойствах можно почитать на:
http://htmlbook.ru/css/
Полезные ссылки :
1. http://htmlbook.ru/css/cursor
2. http://htmlbook.ru/css/Line-height
3. http://htmlbook.ru/css/TEXT-ALIGN
*/
.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question