meteor-famous-views
meteor-famous-views copied to clipboard
Scrolling in http://famous-views.meteor.com
Hi there,
just want to say thank you for famous-views, I'm trying to figure it out right now. The examples in http://famous-views.meteor.com are really helpful, but some of them are lacking a scrollbar so i cannot see the whole text (Ubuntu Linux and Firefox or Chrome).
Edit: I just saw that the whole App is downloadable, so no problem, thank you.
@der-ede The current Famo.us scrollview is kind of janky. It doesn't come with a scroll bar. It'd be up to you to make yourself one. The new one coming out will be very nice, with an option to use native scrolling. There will be custom made scroll bars for the new ScrollView when not using native scroll functionality. It might be a while until it comes out though. The original release was aimed for this January, but it might be further off.
Good to know, guess I will make a pre-version of my software now and then wait for your release.
There's an example here https://github.com/gadicc/meteor-famous-views/issues/105#issuecomment-61479522. Maybe we should use it on the site. Reopening to consider.
But you should still be able to view the whole site! Don't you have a mouse scrollwheel or an area of your touchpad that gets mapped to scrolling?
Hi there,
no problem. I just had to figure out the docs, but since the example is open source I guess I can learn by that. Only thing is, what kind of initialisations does one need to make? In the example there are a few in famous.js I suppose, but still a Gridlayout is not defined. Is it neccessary to have a famousInit template? I will try out later, thank you. But yeah, mousewheel shouldn't be a problem.
Regards
Yeah, just follow the instructions in QuickStart. There is actually a new pattern but we haven't updated it yet. We've been having some internal debate about what to pre-register but I guess at the very least we should show the instructions to register it on the example page. Notes for me:
Issue open to
- Consider replacing scrollview's with one with a scrollbar
- ~~Add registerView to GridLayout example~~