[ 
https://issues.apache.org/jira/browse/CB-12148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile closed CB-12148.
-----------------------------
    Resolution: Not A Problem

Closing as it's not a cordova issue 

> Only shows white screen on crosswalk + Android 7
> ------------------------------------------------
>
>                 Key: CB-12148
>                 URL: https://issues.apache.org/jira/browse/CB-12148
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-app-hello-world
>         Environment: Android 7 (24) x86
> cordova-plugin-crosswalk-webview
>            Reporter: Mikko Koponen
>            Priority: Minor
>
> After adding the crosswalk-webview-plugin, the Hello World app only shows a 
> white screen on Android 7. 
> I have only seen the problem on x86-architecture, the arm-builds work fine 
> for me.
> The culprit - for reasons unknown - is the meta viewport tag. The current one 
> causes a white screen:
>         <meta name="viewport" content="user-scalable=no, initial-scale=1, 
> maximum-scale=1, minimum-scale=1, width=device-width">
> Removing maximum-scale and minimum-scale, thereby changing it to this makes 
> the app work again:
>          <meta name="viewport" content="user-scalable=no, initial-scale=1, 
> width=device-width, height=device-height">
> Not sure if this belongs to you, or the crosswalk-team, but reporting here 
> since it was easier :)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to