You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexander Bulychev (JIRA)" <ji...@apache.org> on 2014/06/16 11:43:01 UTC

[jira] [Created] (CB-6946) Side stripes on WP8

Alexander Bulychev created CB-6946:
--------------------------------------

             Summary: Side stripes on WP8
                 Key: CB-6946
                 URL: https://issues.apache.org/jira/browse/CB-6946
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP8
    Affects Versions: 3.5.0, 3.3.0
         Environment: Nokia Lumia 920, Windows Phone 8 with latest updates

index.html:
<!DOCTYPE html>
<html>
<head>
    <title>Application20</title>
        
	<meta charset="utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<meta name="apple-mobile-web-app-capable" content="yes" />
	<meta name="msapplication-tap-highlight" content="no" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />

    <style>
        html, 
        body, 
        .dx-viewport {
            height: 100%;
        }

        html {
            background-color: red !important;
            /*height: calc(100% + 1px);*/
        }
        body {
            background-color: green !important;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .dx-viewport {
            background-color: black !important;
        }
    </style>

</head>
<body>
    <div class="dx-viewport"></div>
</body>
</html>

            Reporter: Alexander Bulychev
            Assignee: Jesse MacFadyen


To reproduce
1. swipe up
2. change orientation to horizontal (green stripe from <body> at bottom)
3. swipe down (red stripe from <html> at top)

video:
http://www.youtube.com/watch?v=X860Qs-UVUc



--
This message was sent by Atlassian JIRA
(v6.2#6252)