Hey all, When I run the emulator I am getting a bl...
# compose
b
Hey all, When I run the emulator I am getting a blank screen. Am I missing something here? The url link does work. Thanks
solutiion:
b
I'd also suggest setting the webview layout to MATCH_PARENT, I've had issues where the weview renders as 0px height because it's trying to do WRAP_CONTENT
f
You need to enforce MATCH_PARENT to the webview as both height and width
b
thanks for the help, it works