You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2015/04/09 03:54:14 UTC

[jira] [Commented] (CB-8828) Delete onScrollChanged event

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

Andrew Grieve commented on CB-8828:
-----------------------------------

Just so it's surfaced here as well: Plugins can be compatible with pre-4.0 and post-4.0 just by using:

{code}
view.getViewTreeObserver().addOnScrollChangedListener(...)
{code}

Instead of the onScrollChanged message

> Delete onScrollChanged event
> ----------------------------
>
>                 Key: CB-8828
>                 URL: https://issues.apache.org/jira/browse/CB-8828
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: Andrew Grieve
>            Assignee: Andrew Grieve
>            Priority: Minor
>
> We just deprecated this: CB-8814
> However, upon further reflection, I think it makes more sense to fully delete it in 4.0.0. It's a performance issue, crosswalk doesn't implement it, and 4.0.0 is the time for breaking API changes. 



--
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