[jira] [Commented] (CB-3456) InAppBrowser Causing Viewport Issues on iPad

2013-05-23 Thread Josh Dean (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665255#comment-13665255
 ] 

Josh Dean commented on CB-3456:
---

Currently making a new 2.5.0 project and adding in the InAppBrowser stuff. Will 
let you know where it goes from there.

 InAppBrowser Causing Viewport Issues on iPad
 

 Key: CB-3456
 URL: https://issues.apache.org/jira/browse/CB-3456
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: iPad 6.1
Reporter: Josh Dean
Assignee: Shazron Abdullah

 Pretty much what was described here 
 (https://issues.apache.org/jira/browse/CB-3065?focusedCommentId=13635379page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13635379),
  except on 2.5:
 In landscape mode on iPad, when opening the InAppBrowser in landscape mode, 
 the moment you close the InAppBrowser the viewport of the app switches to 
 portrait mode. I can't make heads or tails of it.
 For reference: here is my viewport meta tag:
 meta name=viewport content=width=device-width, initial-scale=1.0, 
 maximum-scale=1.0, user-scalable=no /
 Images showing the issue visually here: http://imgur.com/a/KJMST

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3456) InAppBrowser Causing Viewport Issues on iPad

2013-05-23 Thread Josh Dean (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665281#comment-13665281
 ] 

Josh Dean commented on CB-3456:
---

Interestingly enough, I am not able to repo this on a brand new project, even 
with my viewport.

 InAppBrowser Causing Viewport Issues on iPad
 

 Key: CB-3456
 URL: https://issues.apache.org/jira/browse/CB-3456
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: iPad 6.1
Reporter: Josh Dean
Assignee: Shazron Abdullah

 Pretty much what was described here 
 (https://issues.apache.org/jira/browse/CB-3065?focusedCommentId=13635379page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13635379),
  except on 2.5:
 In landscape mode on iPad, when opening the InAppBrowser in landscape mode, 
 the moment you close the InAppBrowser the viewport of the app switches to 
 portrait mode. I can't make heads or tails of it.
 For reference: here is my viewport meta tag:
 meta name=viewport content=width=device-width, initial-scale=1.0, 
 maximum-scale=1.0, user-scalable=no /
 Images showing the issue visually here: http://imgur.com/a/KJMST

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3456) InAppBrowser Causing Viewport Issues on iPad

2013-05-23 Thread Josh Dean (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665297#comment-13665297
 ] 

Josh Dean commented on CB-3456:
---

Updates: after throwing my entire www folder from my current project into a 
brand new project, I am not seeing the issue anymore. This project has been 
updated several times over. Is it possible that it is a product of doing 
phonegap version upgrades?

 InAppBrowser Causing Viewport Issues on iPad
 

 Key: CB-3456
 URL: https://issues.apache.org/jira/browse/CB-3456
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: iPad 6.1
Reporter: Josh Dean
Assignee: Shazron Abdullah

 Pretty much what was described here 
 (https://issues.apache.org/jira/browse/CB-3065?focusedCommentId=13635379page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13635379),
  except on 2.5:
 In landscape mode on iPad, when opening the InAppBrowser in landscape mode, 
 the moment you close the InAppBrowser the viewport of the app switches to 
 portrait mode. I can't make heads or tails of it.
 For reference: here is my viewport meta tag:
 meta name=viewport content=width=device-width, initial-scale=1.0, 
 maximum-scale=1.0, user-scalable=no /
 Images showing the issue visually here: http://imgur.com/a/KJMST

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3456) InAppBrowser Causing Viewport Issues on iPad

2013-05-23 Thread Josh Dean (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665331#comment-13665331
 ] 

Josh Dean commented on CB-3456:
---

A-HA! Found this bit of code leftover in our MainViewController.m file's 
viewWillAppear method:

// Set the main view to utilize the entire application frame space of the 
device.
// Change this to suit your view's UI footprint needs in your application.
self.view.frame = [[UIScreen mainScreen] applicationFrame];

This seems to have all but removed from 2.1 to 2.5. Removing this fixes the 
offensive error altogether.

 InAppBrowser Causing Viewport Issues on iPad
 

 Key: CB-3456
 URL: https://issues.apache.org/jira/browse/CB-3456
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: iPad 6.1
Reporter: Josh Dean
Assignee: Shazron Abdullah

 Pretty much what was described here 
 (https://issues.apache.org/jira/browse/CB-3065?focusedCommentId=13635379page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13635379),
  except on 2.5:
 In landscape mode on iPad, when opening the InAppBrowser in landscape mode, 
 the moment you close the InAppBrowser the viewport of the app switches to 
 portrait mode. I can't make heads or tails of it.
 For reference: here is my viewport meta tag:
 meta name=viewport content=width=device-width, initial-scale=1.0, 
 maximum-scale=1.0, user-scalable=no /
 Images showing the issue visually here: http://imgur.com/a/KJMST

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-3456) InAppBrowser Causing Viewport Issues on iPad

2013-05-22 Thread Josh Dean (JIRA)
Josh Dean created CB-3456:
-

 Summary: InAppBrowser Causing Viewport Issues on iPad
 Key: CB-3456
 URL: https://issues.apache.org/jira/browse/CB-3456
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: iPad 6.1
Reporter: Josh Dean
Assignee: Shazron Abdullah


Pretty much what was described here 
(https://issues.apache.org/jira/browse/CB-3065?focusedCommentId=13635379page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13635379),
 except on 2.5:

In landscape mode on iPad, when opening the InAppBrowser in landscape mode, the 
moment you close the InAppBrowser the viewport of the app switches to portrait 
mode. I can't make heads or tails of it.

For reference: here is my viewport meta tag:

meta name=viewport content=width=device-width, initial-scale=1.0, 
maximum-scale=1.0, user-scalable=no /

Images showing the issue visually here: http://imgur.com/a/KJMST

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3315) Rotating device causes application to restart

2013-05-02 Thread Josh Dean (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13647536#comment-13647536
 ] 

Josh Dean commented on CB-3315:
---

If messing with orientation in this way isn't supported, would you happen to 
know of a way that I CAN allow rotation on Android tablet devices? 
Unfortunately, it's not as simple as it is with the iPad and iOS in XCode...

 Rotating device causes application to restart
 -

 Key: CB-3315
 URL: https://issues.apache.org/jira/browse/CB-3315
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 2.5.0
 Environment: Android Tablets (assuming Android in general)
Reporter: Josh Dean
Assignee: Joe Bowser

 Whenever I startup an app and have rotation enabled, if I rotate it 
 completely restarts the app which eventually causes timeout errors and the 
 app crashes completely.
 AndroidManifest.xml - http://pastebin.com/yCNHtG7s
 app.java - http://pastebin.com/hj4X3shV

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira