K
K
kamwork2016-04-25 16:48:04
css
kamwork, 2016-04-25 16:48:04

How to create modal windows for Chrome (Android)?

Faced the following problem:
The modal window either scrolls crookedly or does not scroll at all.
I would like that when clicking, the block where information is entered is correctly displayed.
b83a951da2b84a25bd425dd203b82e62.png9a5c892a59e6429b85f8a20d3a1d28ab.png
I would like to understand how this problem is solved? Safari from under iOS beautifully shakes everything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2016-04-28
@kamwork

As far as I remember, in android, when the keyboard appears, the viewport size changes, and you can try to solve this issue by specifying bottom and overflow: scroll. Thus, when the form does not fit on the screen, there will be a scroll within the form itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question