Android WebView viewport
- by alex2k8
With html below I expected that the green rectangle would occupy only half of the screen, but on practice it occupies the whole screen width. I tried other values for viewport width, no luck. Any ideas why it does not work?
Html
<html>
<head>
<meta name="viewport" content="width=640" />
</head>
<body>
<div…