Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question