[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread DavidRyu123
Github user DavidRyu123 commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 With a combination of wkwebview and "viewport-fit=cover", the white area issue has gone. It made some pages bounce, so I should remove 'position: absolute' in my css. Thanks for

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread kbrin423
Github user kbrin423 commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 After applying "viewport-fit=cover", my caret position in textarea is not good because textarea moved. If I scroll my caret position change ---

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread smanuel
Github user smanuel commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 @mhartington this works as a charm on iPhone X but now on iPhone 8 the statusbar doesn't overlay the webview because frame.origin.y is 20 ---

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread DavidRyu123
Github user DavidRyu123 commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 @mhartington Thanks for your contribution Mike. I wonder if there is anyone who are experiencing that ion-input text moved 20px to top after applying "viewport-fit=cover"

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread mhartington
Github user mhartington commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 This pr does not address everything. In order to have full iPhoneX support you need the following 1) `viewport-fit=cover` added to your meta tag, this will tell the

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread DavidRyu123
Github user DavidRyu123 commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 I have tried both solutions and found out those render some weird behavior in view. So kinda waiting for an update. @dpa99c @thefolenangel ---

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread thefolenangel
Github user thefolenangel commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 @dpa99c I have applied that "fix" and now my app's view can be scrolled, which makes the buttons that I have fixed to bottom:0px, go up with about 10-15px, and shows my

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread dpa99c
Github user dpa99c commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 @DavidRyu123 To remove the white space set `viewport-fit=cover` on the viewport `` tag. See https://stackoverflow.com/a/46232813/777265 ---

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread AshHimself
Github user AshHimself commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 I also tried and it did not work either. On Thu, Sep 21, 2017 at 9:07 PM, DavidRyu123 wrote: > I have tried this PR and there is

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread DavidRyu123
Github user DavidRyu123 commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 I have tried this PR and there is still white space issue in iPhone 7 plus and under with iOS11 GM. --- -

[GitHub] cordova-plugin-statusbar issue #85: CB-13273: fix statusbar spacing with new...

2017-09-21 Thread thefolenangel
Github user thefolenangel commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/85 what is the status of this pull? --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For