[
https://issues.apache.org/jira/browse/CB-12015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991238#comment-15991238
]
ASF subversion and git services commented on CB-12015:
------------------------------------------------------
Commit ee1165ea332391b81cef181e6f8f928c883673f2 in cordova-android's branch
refs/heads/master from [~macdonst]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=ee1165e ]
CB-12015: initial-scale values less than 1.0 are ignored on Android
This closes #376
> initial-scale values less than 1.0 are ignored on Android
> ---------------------------------------------------------
>
> Key: CB-12015
> URL: https://issues.apache.org/jira/browse/CB-12015
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: [email protected]
> Reporter: Simon MacDonald
>
> So, the way cordova-android is right now if I use:
> <meta name="viewport" content="user-scalable=no, initial-scale=1.0" />
> Everything is good. Increasing the scale to 2.0 or 3.0 correctly makes
> everything bigger. However, setting:
> <meta name="viewport" content="user-scalable=no, initial-scale=0.5" />
> has no effect whatsoever.
> Going into the SystemWebViewEngine class and adding:
> settings.setUseWideViewPort(true);
> settings.setLoadWithOverviewMode(true);
> to initWebViewSettings() method then allows me to scale the viewport down.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]