[
https://issues.apache.org/jira/browse/CB-12148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15667058#comment-15667058
]
jcesarmobile commented on CB-12148:
-----------------------------------
It belongs to crosswalk team, not sure how to report it to them.
If you find out and report it, then link the issue here and I'll close this one.
> 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: 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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]