M
M
Mr_maderator_YT2021-11-19 16:21:16
Java
Mr_maderator_YT, 2021-11-19 16:21:16

How to allow android app to show website modals?

I want to create an android application based on a website, I use the tag <webView>. Everything compiled correctly, but it displays a blank screen, but you need a dialog box to enter a username and password, how to do this
(yes, I know js is there, but still)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sanex3339, 2015-03-16
@Avivar

here on divs
https://jsfiddle.net/1bs6h698/
or on tables
https://jsfiddle.net/dr26v26k/
PS: maybe there is a more beautiful solution?
Try to remove the content of the right block or add content to the left or center blocks

A
Andrey Fedorov, 2015-03-16
@aliencash

I hope I understood the task correctly... Add to your css.

.right {
  position: relative;
}
.right-bot {
  position: absolute;
  bottom: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question