You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2015/04/02 23:50:53 UTC

[jira] [Commented] (CB-8273) InAppBrowser Plugin and Image scale in IOS

    [ 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org