From issues-return-87572-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Sun Oct 1 09:46:09 2017 Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22B43CF65 for ; Sun, 1 Oct 2017 09:46:09 +0000 (UTC) Received: (qmail 53586 invoked by uid 500); 1 Oct 2017 09:46:09 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 53556 invoked by uid 500); 1 Oct 2017 09:46:09 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 53515 invoked by uid 99); 1 Oct 2017 09:46:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Oct 2017 09:46:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7DBA5D62A9 for ; Sun, 1 Oct 2017 09:46:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id i0CEAEEiWzjx for ; Sun, 1 Oct 2017 09:46:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9DF565FC8A for ; Sun, 1 Oct 2017 09:46:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0A8FFE0C21 for ; Sun, 1 Oct 2017 09:46:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0ECA9242B7 for ; Sun, 1 Oct 2017 09:46:04 +0000 (UTC) Date: Sun, 1 Oct 2017 09:46:04 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13124) statusTap event is not triggered until momentum scrolling is complete MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-13124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187329#comment-16187329 ] ASF GitHub Bot commented on CB-13124: ------------------------------------- Github user jcesarmobile commented on the issue: https://github.com/apache/cordova-plugin-statusbar/pull/83 @lunaru I've not seen the mail on the list > statusTap event is not triggered until momentum scrolling is complete > --------------------------------------------------------------------- > > Key: CB-13124 > URL: https://issues.apache.org/jira/browse/CB-13124 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-plugin-statusbar > Affects Versions: cordova@7.0.0 > Reporter: Lu Wang > Priority: Minor > > The statusTap event isn't triggered until the momentum scrolling is complete. > To reproduce: > 1. Create an app that has a natural scrolling body (*not* 100% height div with overflow-x set to "auto" and -webkit-overflow-scrolling set to "touch"). This means a standard WebView with body contents larger than one screen. > 2. Flick the screen to scroll and notice that momentum/inertial scroll triggers. > 3. During momentum scrolling, tap the status bar > 4. Note the statusTap event fired only after the scrolling has completely stopped. > There isn't a great way to fix this since the events are triggered in cordova.js with a setTimeout. I have a PR available to fix this by adding a config option to StatusBar that enables the native scroll-to-top behavior. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org