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

ScrollView in centerWindow / scroll to top by clicking the statusbar #31

Closed
tujoworker opened this issue Jan 9, 2014 · 1 comment
Closed

Comments

@tujoworker
Copy link

Even the Example has an ScrollView.
When I extend this by a large view like:

var view = Ti.UI.createView({
    height: 2000,
});
scrollView.add(view);

It's not possible to scroll the scrollView to the top by touching the status bar on iOS.
Why?

@tujoworker
Copy link
Author

Found a solution. Add scrollsToTop: false on the TableView on the leftWindow part.

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