meteor-famous-views icon indicating copy to clipboard operation
meteor-famous-views copied to clipboard

Scrolling in http://famous-views.meteor.com

Open ghost opened this issue 10 years ago • 5 comments

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.

ghost avatar Nov 23 '14 18:11 ghost

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

trusktr avatar Nov 23 '14 21:11 trusktr

Good to know, guess I will make a pre-version of my software now and then wait for your release.

ghost avatar Nov 23 '14 21:11 ghost

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?

gadicc avatar Nov 24 '14 03:11 gadicc

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

ghost avatar Nov 24 '14 22:11 ghost

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

gadicc avatar Nov 25 '14 07:11 gadicc