Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageView addEventListener() doesn't work in android #1827

Open
lifzgreat opened this issue Mar 28, 2016 · 0 comments
Open

PageView addEventListener() doesn't work in android #1827

lifzgreat opened this issue Mar 28, 2016 · 0 comments

Comments

@lifzgreat
Copy link

This works in web but not in Android:

ctor: function () {
    var pageView = new ccui.PageView();

    for (var i = 0; i < 3; ++i) {
        var layout = new ccui.Layout();
        pageView.addPage(layout);
    }

    pageView.addEventListener(this.pageViewScrolled, this);
},

pageViewScrolled: function(sender, type) {
    cc.log("pageView scrolled.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant