[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2017-03-02 Thread ASF subversion and git services (JIRA)

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

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

Commit dfd099958152ea0f3c9e2f4af9a3a7ee5ff6e0bc in 
cordova-plugin-inappbrowser's branch refs/heads/old-ID from [~shazron]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=dfd0999
 ]

CB-4930 - (prefix) InAppBrowser should take into account the status bar


> InAppBrowser should take into account the status bar
> 
>
> Key: CB-4930
> URL: https://issues.apache.org/jira/browse/CB-4930
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 3.0.0
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: ios7
> Fix For: Master
>
>
> Right now, the status bar overlaps the IAB at the top.
> Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
> the first place for the app only) when it is closed.
> Workaround for now - I suppose you could inject some css to have a body 
> margin-top of 20px (or a different value if it is landscape - yeah it could 
> get messy)
> Hiding/unhiding the status bar is preferable to moving the view down to be 
> consistent with the UIWebView taking up the whole window.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2015-04-03 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

Looks really nice!
I've tested it on a iPhone6 (real device) and on several emulators and it looks 
all good.

Good work

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-03 Thread ASF subversion and git services (JIRA)

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

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

Commit dfd099958152ea0f3c9e2f4af9a3a7ee5ff6e0bc in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~shazron]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=dfd0999
 ]

CB-4930 - (prefix) InAppBrowser should take into account the status bar


 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: Master


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Alright, done - check out it and test it: 
https://github.com/shazron/CB4930/tree/statusbar-background

If all is good, I'll check in the change.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-02 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

That sounds like a good idea. 

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Doing the revert may work for a site you control but it breaks the look of 
external sites (yahoo for example).

I'll just mimic the way Mobile Safari does it, with a frosty background view 
behind the statusbar.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-02 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

Thanks for the update.

Yeah, its true that a background view is needed behind the status bar. I guess 
you could have an option like statusbar= |hidden, dark, light, transparent] 
to call when calling window.open(). I would really like to help out more with 
this more but ObjectiveC and iOS is not really my cup of tea... :(

However, to hide the status bar is unfortunately not a good solution for my 
app, as the user needs to know whether we has wifi or not. 

In my case, I have made a workaround where I have reverted the earlier fix in 
CB4930 
https://github.com/daneanvemo/cordova-plugin-inappbrowser/commit/502281c7719c05d820a1062ee5466c6acc9474f4
Then I send in the device and version as query parameters to the target site. 
If iOS version  7.0 a certain css-class is added to the header of the site 
which then acts as the background to the status bar. 

This works but is not optimal. It would be much better to have the alternative 
to let the IAB add the background.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-02 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

Thanks for the update.

Yeah, its true that a background view is needed behind the status bar. I guess 
you could have an option like statusbar= |hidden, dark, light, transparent] 
to call when calling window.open(). I would really like to help out more with 
this more but ObjectiveC and iOS is not really my cup of tea... :(

However, to hide the status bar is unfortunately not a good solution for my 
app, as the user needs to know whether we has wifi or not. 

In my case, I have made a workaround where I have reverted the earlier fix in 
CB4930 
https://github.com/daneanvemo/cordova-plugin-inappbrowser/commit/502281c7719c05d820a1062ee5466c6acc9474f4
Then I send in the device and version as query parameters to the target site. 
If iOS version  7.0 a certain css-class is added to the header of the site 
which then acts as the background to the status bar. 

This works but is not optimal. It would be much better to have the alternative 
to let the IAB add the background.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Ok, my first attempt at a fix based on [~daneanvemo]'s test project: 
https://github.com/shazron/CB4930/tree/fix1

Previously the status bar style wasn't set so you could not see anything on the 
statusbar (it was all hidden). The statusbar is still transparent however, as 
intended by iOS 7's design. This is apparent if you change the iAB URL to 
http://yahoo.com

What is needed here is a view behind the statusbar to act as a background for 
the statusbar. However, this brings up what color should it be? (Note that 
using the org.apache.cordova.statusbar plugin does not solve this). 

I think it's better if the statusbar is hidden, for iAB.


 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Hmm reverted back to master, and I don't think my fix-1 branch actually did 
anything, disregard.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-04-01 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Branch with statusbar hidden: https://github.com/shazron/CB4930/tree/sb-hidden

Give it a go.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-03-31 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

Hi everyone (thanks to [~daneanvemo] for reviving this)

Wondering if you could help me out by taking a video (if in Yosemite, you can 
connect your phone and use QuickTime Player to record your phone) or creating a 
sample project in Github for me to run and debug (kinda like 
https://github.com/shazron/CB-7606). It will help immensely with the limited 
time I have, and we will have a common codebase to verify.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-03-31 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

Hi Shazron,

Thanks for taking the time to look at this.

I have recorded a video where you see the bug, available at 
http://178.62.47.209/temp/cb4930.mov
And here is a simple sample project https://github.com/daneanvemo/CB4930 that 
is revieling the problem with the status bar.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2015-03-29 Thread Dane Anvemo (JIRA)

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

Dane Anvemo commented on CB-4930:
-

+1

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2014-10-03 Thread Chris Emerson (JIRA)

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

Chris Emerson commented on CB-4930:
---

+1

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
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-4930) InAppBrowser should take into account the status bar

2013-12-13 Thread Steve (JIRA)

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

Steve commented on CB-4930:
---

Shazron, there is still a problem with InAppBrowser, whenever you start 
scrolling in it, it would overlay the statusbar.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2013-10-28 Thread ASF subversion and git services (JIRA)

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

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

Commit c7972b6cffcedae7a9bbbeb66875a5d2fb37ce29 in branch refs/heads/master 
from [~shazron]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=c7972b6
 ]

CB-4930 - iOS - InAppBrowser should take into account the status bar


 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



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


[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2013-10-23 Thread ASF subversion and git services (JIRA)

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

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

Commit b7230b43b545e6624d6dfa7361c7d7edde114d53 in branch refs/heads/2.9.x from 
[~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=b7230b4 ]

CB-5189 - ios - Backport for v2.9.1 of CB-4930 (InAppBrowser)


 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



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


[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2013-10-15 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-4930:
--

pushed to plugin's dev branch. pending plugins release.

 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



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


[jira] [Commented] (CB-4930) InAppBrowser should take into account the status bar

2013-10-15 Thread ASF subversion and git services (JIRA)

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

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

Commit c7972b6cffcedae7a9bbbeb66875a5d2fb37ce29 in branch refs/heads/dev from 
[~shazron]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=c7972b6
 ]

CB-4930 - iOS - InAppBrowser should take into account the status bar


 InAppBrowser should take into account the status bar
 

 Key: CB-4930
 URL: https://issues.apache.org/jira/browse/CB-4930
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin InAppBrowser
Affects Versions: 3.0.0
Reporter: Shazron Abdullah
  Labels: ios7
 Fix For: 3.2.0


 Right now, the status bar overlaps the IAB at the top.
 Hide the status bar when on iOS 7, unhide (if it was hidden by the user in 
 the first place for the app only) when it is closed.
 Workaround for now - I suppose you could inject some css to have a body 
 margin-top of 20px (or a different value if it is landscape - yeah it could 
 get messy)
 Hiding/unhiding the status bar is preferable to moving the view down to be 
 consistent with the UIWebView taking up the whole window.



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