[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-20 Thread Dirk-Jan Hoek (JIRA)

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

Dirk-Jan Hoek commented on CB-5431:
---

Great, thanks :)

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-19 Thread Sepp Wijnands (JIRA)

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

Sepp Wijnands commented on CB-5431:
---

Works great!
Sorry for the duplication, I did search before submitting, but clearly not good 
enough :)


 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-19 Thread Dirk-Jan Hoek (JIRA)

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

Dirk-Jan Hoek commented on CB-5431:
---

Hi, would love to try this out :) What's the recommended way of installing it? 
Can it be installed from the web or do I have to download a snapshot and use 
plugman locally?

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-19 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5431:
--

You can install by Git repo  by the #branch:folder notation. So the plugin 
parameter would be:
{code}
--plugin 
https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:statusbar
{code}

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-18 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5431:
--

Bug in setting the frame in landscape mode:
```
2013-11-18 14:47:34.755 CB-5431[174:60b] MainScreen bounds: {{0, 0}, {768, 
1024}}
2013-11-18 14:47:34.757 CB-5431[174:60b] WebView Frame bounds set to: {{0, 
1024}, {768, 0}}
```

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-18 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-5431:
--

The CGRects logged above are in the form:
{code}
{ {x, y}, {width, height} }
{code}

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-18 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5431:
-

Commit 3384f32c3208d5a6d0debc67e07de650fca7dec4 in branch refs/heads/master 
from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugins.git;h=3384f32 ]

CB-5431 - Status Bar Plugin blanks view on call overlaysWebView(false) in 
landscape orientation

Note that this has been tested and works on iPad only, and Universal. On iPhone 
only while on iPad, there is a black area where the status bar is (bug in 
statusBarBackgroundView positioning)


 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation

2013-11-18 Thread Richard McMillan (JIRA)

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

Richard McMillan commented on CB-5431:
--

Lookin good :)

 Status Bar Plugin blanks view on call overlaysWebView(false) in landscape 
 orientation 
 --

 Key: CB-5431
 URL: https://issues.apache.org/jira/browse/CB-5431
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.1.0
Reporter: Sepp Wijnands

 If you call StatusBar.overlaysWebView(false) in the deviceready() event and 
 the iPad Retina device is in Landscape mode, it blanks the screen and
 places a 20px black bar vertically on the screen.
 Code to reproduce problem (HelloCordova example project: www/js/index.js):
 {code}
 onDeviceReady: function() {
 StatusBar.overlaysWebView(false);
 app.receivedEvent('deviceready');
 },
 {code}
 iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* 
 mode.
 Screenshot: 
 https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png
 Example project demonstrating the problem (based on HelloCordova): 
 https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip



--
This message was sent by Atlassian JIRA
(v6.1#6144)