[jira] [Commented] (CB-10796) In-call status bar causes content to shift down (as expected) then jump up again

2016-04-07 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10796:
-

Github user goshakkk commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/55#issuecomment-206934148
  
https://issues.apache.org/jira/browse/CB-10796


> In-call status bar causes content to shift down (as expected) then jump up 
> again
> 
>
> Key: CB-10796
> URL: https://issues.apache.org/jira/browse/CB-10796
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.8.0
>Reporter: Martin Baker
>  Labels: ios, triaged
> Attachments: incall.png, nocall.png, statusbar-jump.m4v
>
>
> Issue happens with 2.0.0, 2.1.0 and 2.1.1 but works correctly in 1.0.1
> Create a new Cordova project. Add statusbar, device and console plugins.
> Run in iOS simulator and press Command-Y to toggle the enlarged "in-call 
> status bar".
> The page content slides down as expected but then immediately jumps back up, 
> so it is partially covered by the status bar.
> See attached screen capture.



--
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-10796) In-call status bar causes content to shift down (as expected) then jump up again

2016-03-06 Thread Martin Baker (JIRA)

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

Martin Baker commented on CB-10796:
---

I have no need to show and hide the statusbar at run time, so any fixes for 
bugs post 1.0.1 aren't relevant to my situation.

bq. So, according to you, if you have the StatusBarOverlaysWebView set to true, 
what means that the statusbar is over your app covering it, if the in-call 
statusbar appears, your content should be pushed 20 points down? why?

Because the in-call statusbar is always SOLID not transparent like the normal 
statusbar,  So yes the content should absolutely be pushed down by 20pt if the 
in-call status bar is shown. BUT after the content finishes its transition to 
move *down* it then jumps back *up* again by 20pt. How can that be considered 
correct functionality?

To recap, since I'm still not convinced you're understanding what I'm reporting:
1. This issue *doesn't* happen if I don't use statusbar plugin. That has to be 
taken as the benchmark.
2. It also *doesn't* happen if I use 1.0.1 version or earlier of the statusbar 
plugin
3. It *does* happen if I use 2.0.0 version or later of the statusbar plugin.

Since you asked, the reason I'm using the statusbar plugin is to change the 
status bar text to white as all my nav bars are black. However I'm now thinking 
it might be easier to remove the plugin and instead use cordova-custom-config 
to set the Info.plist value.

> In-call status bar causes content to shift down (as expected) then jump up 
> again
> 
>
> Key: CB-10796
> URL: https://issues.apache.org/jira/browse/CB-10796
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.8.0
>Reporter: Martin Baker
>  Labels: ios
> Attachments: statusbar-jump.m4v
>
>
> Issue happens with 2.0.0, 2.1.0 and 2.1.1 but works correctly in 1.0.1
> Create a new Cordova project. Add statusbar, device and console plugins.
> Run in iOS simulator and press Command-Y to toggle the enlarged "in-call 
> status bar".
> The page content slides down as expected but then immediately jumps back up, 
> so it is partially covered by the status bar.
> See attached screen capture.



--
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-10796) In-call status bar causes content to shift down (as expected) then jump up again

2016-03-05 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-10796:
---

Yes, I fully understand the problem and saw the video.

I think it's you who doesn't fully understand how the statusbar plugin works, 
do some tests with this code to understand how it's supposed to work, click the 
overlay and don't overlay buttons a few times with and without the in-call 
status bar.
https://gist.github.com/jcesarmobile/114fdb8b771837440752

The thing is, it wasn't working fine in 1.0.1 and it was fixed, and now it 
works as it's supposed. 

So, according to you, if you have the StatusBarOverlaysWebView set to true, 
what means that the statusbar is over your app covering it, if the in-call 
statusbar appears, your content should be pushed 20 points down? why?

Why do you use the statusbar plugin? if you don't use it, the app will behave 
as you want.


> In-call status bar causes content to shift down (as expected) then jump up 
> again
> 
>
> Key: CB-10796
> URL: https://issues.apache.org/jira/browse/CB-10796
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.8.0
>Reporter: Martin Baker
>  Labels: ios
> Attachments: statusbar-jump.m4v
>
>
> Issue happens with 2.0.0, 2.1.0 and 2.1.1 but works correctly in 1.0.1
> Create a new Cordova project. Add statusbar, device and console plugins.
> Run in iOS simulator and press Command-Y to toggle the enlarged "in-call 
> status bar".
> The page content slides down as expected but then immediately jumps back up, 
> so it is partially covered by the status bar.
> See attached screen capture.



--
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-10796) In-call status bar causes content to shift down (as expected) then jump up again

2016-03-05 Thread Martin Baker (JIRA)

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

Martin Baker commented on CB-10796:
---

I tried that but it creates another problem in that my black status bar 
suddenly pops in while the splash screen is showing which looks ugly.

I think you're not fully understanding the problem. Did you watch the video I 
attached? Why should this work as expected in 1.0.1 but then change in 2.0.0?

> In-call status bar causes content to shift down (as expected) then jump up 
> again
> 
>
> Key: CB-10796
> URL: https://issues.apache.org/jira/browse/CB-10796
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.8.0
>Reporter: Martin Baker
>  Labels: ios
> Attachments: statusbar-jump.m4v
>
>
> Issue happens with 2.0.0, 2.1.0 and 2.1.1 but works correctly in 1.0.1
> Create a new Cordova project. Add statusbar, device and console plugins.
> Run in iOS simulator and press Command-Y to toggle the enlarged "in-call 
> status bar".
> The page content slides down as expected but then immediately jumps back up, 
> so it is partially covered by the status bar.
> See attached screen capture.



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