Git Product home page Git Product logo

famous-wrapper's People

Contributors

dalgard avatar nooitaf avatar splendido avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

famous-wrapper's Issues

Issue with width of Surfaces in SequentialLayout

There seems to be an issue with the widths of the surfaces in the atFamousForm SequentialLayout

all surfaces get width:0 so it messes up the rendering completely :

i just updated the semantic-famous boilerplate and deployed to meteor for repro :

here

add css to surface or atForm

So famous surfaces do not allow normal browser scroll by default. Currently the atForm is not usable on a mobile if you include lots of login options. While a scroll view would work I find its not only overkill but has a very different feel then the default scroll settings.

My solution (inspired by https://famous-views.meteor.com/ source code):

.scrollable {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

This will provide a 'normal' scroll for the user.

Now I don't feel this should be added directly as other users will want to take different approaches. What I would like is some way to add css classes in line:

{{> atForm class='scrollable'}}

This is likely a core package issue but you may want to go a different route.

Setup + contrib

Hey luca,

Great work on everything you're doing , accounts-templates is shaping to be just the most awesome package!!

I'm starting a mobile app with famo.us and i would love to help out on this package.

I've cloned it and symlinked it but i nothing is rendering . Have you got this to a very basic working state?

Thanks

Cannot set property 'rendered' of undefined

Do you know what would be causing this error?

//meteor.local/packages/useraccounts_famous-wrapper.js:659) Uncaught TypeError: Cannot set property 'rendered' of undefined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.