In my current project developing an Android application, I have incorporated Webviews in certain activities and fragments. However, I encountered a perplexing issue when running the app on Jelly Bean (api 16 and 18) emulator - the css property min-height:100vh
appears to be disregarded, resulting in a distorted appearance of the webview content. Despite extensive online research, I have been unable to find any solutions to this problem.