John Robson
John Robson
Just wanted to drop in here and mention that I was seeing weird and broken looking pinch/zoom behavior on iOS. I changed my viewport meta tag to disable native zooming...
I'm not sure if this helps, but I've found a workaround for this. In my situation I'm trying to detect the deltaY when scrolling a non-scrollable page and use the...
Yea, it could take them a while to catch up to this. I think a brief note in the Readme file would be helpful!
Let's talk about this when we do the ID10T tech review. I just built a search for Humble and took a pretty different approach, so I think it will be...
@drewbaker Just tested the current version and it seems to be working as expected. Did you figure out why this wasn't working for you?
I'm thinking this should be a different component that wraps around `slide-show` since the component is generic and in order to build this feature we'd have to make a bunch...
I think I'm missing why this is needed, having this prop basically just turns the video into a still image. Why do we need it? And having it `false` by...
That's definitely a use I hadn't thought of. With that in mind maybe we should keep the prop and just have it true by default?
Does it make sense to have logic setting cookies and localstorage on this component? Seems like we should split out that type of functionality into a `road-block` component or something...
What browser and version are you seeing the issue? Maybe we can replicate in browserstack and figure it out. Also, the muted property actually does get set on the video...