You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/05/03 01:59:16 UTC

[jira] [Updated] (CB-6626) Add new JavaScript event on statusbar tap

     [ https://issues.apache.org/jira/browse/CB-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-6626:
---------------------------------

    Description: 
A fake scrollview is added to the CDVViewController's view (but it's in the background). When the status bar is tapped, the scrollview will naturally be notified to scroll to the top and a new javascript event is fired.

This also has a fix for the webview frame calculations in the function hide. The calculation is ignored when the status bar is overlaid on top of the webview.

Pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4


  was:
A fake scrollview is added to the CDVViewController's view (but it's in the background). When the status bar is tapped, the scrollview will naturally be notified to scroll to the top and a new javascript event is fired.

This also has a fix for the webview frame calculations in the function hide. The calculation is ignored when the status bar is overlaid on top of the webview.



> Add new JavaScript event on statusbar tap
> -----------------------------------------
>
>                 Key: CB-6626
>                 URL: https://issues.apache.org/jira/browse/CB-6626
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Plugin Statusbar
>         Environment: iOS
>            Reporter: Shazron Abdullah
>
> A fake scrollview is added to the CDVViewController's view (but it's in the background). When the status bar is tapped, the scrollview will naturally be notified to scroll to the top and a new javascript event is fired.
> This also has a fix for the webview frame calculations in the function hide. The calculation is ignored when the status bar is overlaid on top of the webview.
> Pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4



--
This message was sent by Atlassian JIRA
(v6.2#6252)