-
Hi, when I run Chats and type more than one line, the textview's height does not adjust accordingly. Instead of expanding the view, it stretches under the keyboard.
(iOS 8)
-
Current implementation limits content height to `min-height: 576px;`. How can I make `mdl-step__content` stretch to a full height?
-
Users frequently want to create layouts which have a prominent "hero" image or gallery area at the top of their layout. They want to overlay items like navigation menus, logos, "scroll down" arrows, e…
-
Is there a way through JavaScript (or even better c#) to get the length of a webpage so I can populate the "data-" with this value? basically I am using asp.net and c# and I locate the "body" control…
-
The content of my modal is dynamic so I am updating the container size `onOpen`. This works fine except the modal won't initially be centered vertically. However, it is centered the next time it's ope…
-
Issue: some cell might have different static heights for each state of item. As a result now, I have to create a two copies of cell with different heights, because cell class only has ability to retur…
-
Hello, First of all thank you so much for such a great library.
In my application I've used this library and for the sliding up panel I have created a view which contains two childs. Now depending on…
-
Everything went well until we discovered problem with large list (up to 100) with items of various heights.
In rowRenrerer we wrapping item around CellMeasurer element, that provide CellMeasurerCac…
-
It works in Chrome and Safari but in FF 5 and 6 and IE 8 and 9 the content gets cut off.
We were able to get it working in the past but now it's not working.
(I also tried the tip given at http://gro…
-
in my data component:
```
{{ source.text }}
```
height of div in my component is dynamic, and when i scroll, the view is "blink".
it seems that the logic…