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 2016/07/17 15:08:20 UTC

[jira] [Closed] (CB-7997) presentationstyle always looks like fullscreen

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

jcesarmobile closed CB-7997.
----------------------------
    Resolution: Duplicate
      Assignee: jcesarmobile

There is an older issue open for this CB-2063

> presentationstyle always looks like fullscreen
> ----------------------------------------------
>
>                 Key: CB-7997
>                 URL: https://issues.apache.org/jira/browse/CB-7997
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>    Affects Versions: 3.6.0
>         Environment: iPad Air physical device, iOS 7
> iPad Air emulator, iOS 8
>            Reporter: Shingo Toda
>            Assignee: jcesarmobile
>            Priority: Minor
>              Labels: Triaged
>
> Using iPad Air, even though presentationstylen option is set to {{pagesheet}} or {{formsheet}}, contents always look fullscreen mode. I attempted to load a png image (dimension is 144 x 144) and below html onto InAppBrowser but results were the same.
> {code}
> <html>
>   <head>
>     <meta name="viewport" content="width=320" />
>     <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <!-- ISO-8859-1 -->
>     <style>
>         body {background-color:lightgray}
>         h1   {color:blue}
>         p    {color:green}
>     </style>
>     <title>IAB test page</title>
>     <script type="text/javascript" charset="utf-8" src="../../../cordova-incl.js"></script>
>   </head>
>   <body id="stage" class="theme">
>     <h1>Local URL</h1>
>     <button type="button" onclick="document.getElementById('msg').textContent = 'Are You Happy???'">Click Here!</button>
>     <div id="msg"></div>
> </html>
> {code}
> I saw when opening those files on InAppBrowser, the following message always comes up regardless value of presentationstyle.
> {code}
> 2014-11-10 17:27:46.681 mobilespec[1385:60b] Setting the WebView's frame to {{0, 0}, {768, 980}}
> {code}



--
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