[jira] [Commented] (CB-11633) Screen is cutting when changing portrait mode to landscape mode on iphone 5

2016-08-10 Thread Ovi Trif (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15414894#comment-15414894
 ] 

Ovi Trif commented on CB-11633:
---

I have a similar issue when I start my iPad 3 with iOS 9.3.
My intention was to lock the orientation in portrait mode for all devices.

Here is part of the code

{code:JavaScript}
function _deviceReady() {

var _isiOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && 
!window.MSStream;

// Lock device orientation to portrait
if (window.screen && window.screen.lockOrientation) {
window.screen.lockOrientation("portrait-primary");
}
{code}

When I start the app in landscape mode on the iPad 3, the view gets only half 
of the width, similar to the screenshot.

On androids tablets it works perfectly.

> Screen is cutting when changing portrait mode to landscape mode on iphone 5
> ---
>
> Key: CB-11633
> URL: https://issues.apache.org/jira/browse/CB-11633
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Reporter: fahad
>
> We are experiencing following issue
> Screen width is not updating and remain the same as it was in portrait mode 
> we also changed view-port meta tag also when we go from  potrait mode to 
> landscape mode and made width=device-height but no success.
> Screen image link is below:
> https://cloud.githubusercontent.com/assets/17248413/17167134/44cd6698-5390-11e6-8197-54a5e514e6ca.png
> Please let us know about its solution
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11633) Screen is cutting when changing portrait mode to landscape mode on iphone 5

2016-08-05 Thread fahad (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15409689#comment-15409689
 ] 

fahad commented on CB-11633:


First of all we are very thankful for your response.

it seems like there was some issue with "cordova-plugin-statusbar" plugin after 
uninstalling 'cordova-plugin-statusbar' problem went away.there are still some 
issues in 'cordova-plugin-statusbar' hopefully soon they will address them.

there was a similar issues of a shrinking webview: CB-11423 and response on 
there tickets help me find out the issue.

Thanks Again

> Screen is cutting when changing portrait mode to landscape mode on iphone 5
> ---
>
> Key: CB-11633
> URL: https://issues.apache.org/jira/browse/CB-11633
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Reporter: fahad
>
> We are experiencing following issue
> Screen width is not updating and remain the same as it was in portrait mode 
> we also changed view-port meta tag also when we go from  potrait mode to 
> landscape mode and made width=device-height but no success.
> Screen image link is below:
> https://cloud.githubusercontent.com/assets/17248413/17167134/44cd6698-5390-11e6-8197-54a5e514e6ca.png
> Please let us know about its solution
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-11633) Screen is cutting when changing portrait mode to landscape mode on iphone 5

2016-07-30 Thread Kerri Shotts (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15400805#comment-15400805
 ] 

Kerri Shotts commented on CB-11633:
---

I don't think there's enough information here to be of much assistance. Please 
provide a code sample that exhibits the same problem so that we can duplicate 
the issue. There are many possible reasons why you might be having this issue, 
so having some code will help us narrow down the issue.

> Screen is cutting when changing portrait mode to landscape mode on iphone 5
> ---
>
> Key: CB-11633
> URL: https://issues.apache.org/jira/browse/CB-11633
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Reporter: fahad
>
> We are experiencing following issue
> Screen width is not updating and remain the same as it was in portrait mode 
> we also changed view-port meta tag also when we go from  potrait mode to 
> landscape mode and made width=device-height but no success.
> Screen image link is below:
> https://cloud.githubusercontent.com/assets/17248413/17167134/44cd6698-5390-11e6-8197-54a5e514e6ca.png
> Please let us know about its solution
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org