You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/30 10:34:58 UTC

[jira] [Commented] (CB-10341) statusbar statusTap is not documented

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

ASF GitHub Bot commented on CB-10341:
-------------------------------------

GitHub user jcesarmobile opened a pull request:

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

    CB-10341 ios, document statusTap event

    <!--
    Please make sure the checklist boxes are all checked before submitting the PR. The checklist
    is intended as a quick reference, for complete details please see our Contributor Guidelines:
    
    http://cordova.apache.org/contribute/contribute_guidelines.html
    
    Thanks!
    -->
    
    ### Platforms affected
    iOS
    
    ### What does this PR do?
    documents statusTap event
    
    ### What testing has been done on this change?
    See if the texts displays correctly
    
    ### Checklist
    - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [ ] Added automated test coverage as appropriate for this change.
    


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

    $ git pull https://github.com/jcesarmobile/cordova-plugin-statusbar CB-10341

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

    https://github.com/apache/cordova-plugin-statusbar/pull/69.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 #69
    
----
commit 75fe121920d73aa87f33c17a1481e89bf074836d
Author: Julio Cesar Sanchez Hernandez <jc...@gmail.com>
Date:   2016-10-30T10:32:50Z

    CB-10341 ios, document statusTap event

----


> statusbar statusTap is not documented
> -------------------------------------
>
>                 Key: CB-10341
>                 URL: https://issues.apache.org/jira/browse/CB-10341
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>         Environment: iOS
>            Reporter: jcesarmobile
>            Priority: Minor
>              Labels: docs, iOS
>
> CB-6626 added a statusTap event but wasn't documented, so it should be added to the docs.
> {code}
> window.addEventListener('statusTap', function() {
>     //scroll-up or do whatever you want
> });
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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