[GitHub] cordova-plugin-statusbar issue #83: CB-13124: Add option for native scroll-t...

2017-09-18 Thread lunaru
Github user lunaru commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/83
  
Hey, just checking in on this PR as it's been very quiet on this project. 
Let me know if there are any questions about the fix.


---

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



[GitHub] cordova-plugin-statusbar issue #83: CB-13124: Add option for native scroll-t...

2017-08-10 Thread lunaru
Github user lunaru commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/83
  
Hey guys, I'd love to get some feedback on this PR. Let me know if there 
are any questions. We're now using the fork in production and it's helped a lot 
with the scroll-to-top quirkiness that a pure javascript implementation 
exhibits.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-statusbar issue #82: README: Fix issue tracker link

2017-07-27 Thread lunaru
Github user lunaru commented on the issue:

https://github.com/apache/cordova-plugin-statusbar/pull/82
  
+1 for this change. I was confused by this as well when I was looking for 
the issue tracker.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] cordova-plugin-statusbar pull request #83: CB-13124: Add option for native s...

2017-07-26 Thread lunaru
GitHub user lunaru opened a pull request:

https://github.com/apache/cordova-plugin-statusbar/pull/83

CB-13124: Add option for native scroll-to-top on WebView

### Platforms affected
iOS

### What does this PR do?
Adds "StatusBarDefaultScrollToTop" option to allow developer to re-enable 
native scroll-to-top behavior on the WebView

The motivation for this is described here: 
https://issues.apache.org/jira/browse/CB-13124


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lunaru/cordova-plugin-statusbar master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-statusbar/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #83


commit d215a30bc143c163651914d16426d952ff90d677
Author: Lu Wang <ul.g...@gmail.com>
Date:   2017-07-26T22:59:36Z

scrollViewShouldScrollToTop to YES

Make scroll to top happen

commit 5719ab8acfee0fda3da94dd7ecb4071f8b650633
Author: Lu Wang <ul.g...@gmail.com>
Date:   2017-07-27T00:22:30Z

Add preference for native scroll to top

Allow default web scroll view to use native scroll to top

commit 09887dea712162cf50134d3f192ff61de636274a
Author: Lu Wang <ul.g...@gmail.com>
Date:   2017-07-27T00:30:49Z

Update Readme for StatusBarDefaultScrollToTop




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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