[
https://issues.apache.org/jira/browse/CB-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14393515#comment-14393515
]
jcesarmobile commented on CB-8273:
----------------------------------
I think your code is wrong
instead of
window.open("http://img.jpeg", "_blank”, “location=no,EnableViewPortScale=yes")
should be
window.open("http://img.jpeg", "_blank", "location=no,EnableViewPortScale=yes")
Changed the ”, “ between _blank and location to ", " and works for me
Check my change to confirm if you still have the issue.
In case you still have it provide a real example, as I can't reproduce it with
my code.
> InAppBrowser Plugin and Image scale in IOS
> ------------------------------------------
>
> Key: CB-8273
> URL: https://issues.apache.org/jira/browse/CB-8273
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin InAppBrowser
> Affects Versions: 3.5.0
> Environment: cordova 4.1.2
> ios 7.1.2
> Reporter: max putilob
> Assignee: jcesarmobile
>
> When I open image in InAppBrowser like this
> window.open("http://img.jpeg", "_blank”,
> “location=no,EnableViewPortScale=yes")
> The Image is opened but I cant scale it, this is specific for ios device
> only, for android all work correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]