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

Konstantin Rudy reopened CB-5683:
---------------------------------


Adding viewport meta tag to the webpage doesn't change the behavior.

In my example I have added the following tag:
{noformat}<meta name="viewport" content="user-scalable=yes, initial-scale=1, 
maximum-scale=5, minimum-scale=1, width=device-width, height=device-height, 
target-densitydpi=device-dpi" />{noformat}

Result is the same.

Moreover I thing you are wrong about the reason of this issue, because I repeat 
iOS version works fine.

Let me know what's your take on this.

Konstantin.

> IAB: ViewPort scales out on Android
> -----------------------------------
>
>                 Key: CB-5683
>                 URL: https://issues.apache.org/jira/browse/CB-5683
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin InAppBrowser
>    Affects Versions: 3.2.0
>            Reporter: Konstantin Rudy
>            Assignee: Andrew Grieve
>
> Steps to reproduce:
> 1. Open a webpage in the InAppBrowser using:
> {noformat}
>   
> window.open(encodeURI('http://k-rudy.github.io/phonegap-twitter-timeline?410453165654278145'),
>  '_blank', 'location=no');
> {noformat}
> *Result:* On iOS version it works perfectly well.
> However on Android - it scales and is displayed only in 1/4 of the View:
> !https://f.cloud.github.com/assets/1032148/1716596/5fb217e0-61c3-11e3-9fbe-9cfd0dbd236c.png!
> When I update the file 
> https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/android/InAppBrowser.java#L562
> and change from 
> {noformat}inAppWebView.getSettings().setUseWideViewPort(true){noformat} to 
> {noformat}inAppWebView.getSettings().setUseWideViewPort(false){noformat}
> It displays just fine:
> !https://f.cloud.github.com/assets/1032148/1716631/c2acc8b8-61c3-11e3-9447-921294008e67.png!
> Thanks,
> Konstantin.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to