Nestor Vera

Results 124 comments of Nestor Vera

Same thing on an iPhone XS on the latest iOS 12.2 beta.

The issue is that it seems it does not always call the `onBottom` and `onNotBottom` methods for some reason. Here's a [link to a site where I'm experiencing the issue](https://www.koakura.com/publicaciones/entrevista-a-jordi-vila/)...

@acahir it should not hide but move to the top to fill the empty space left by `#header` (which is a headroom instance) when is unpinned. Also note this only...

Why would you manage JS dependencies with Composer and not NPM?

Not sure I understand how Drupal deals with this 100% but it seems like this would require `dist/` to be published on the repo so we don't need the `headroom.js`...

You mean it doesn't stay at the same place when you force Safari to show its bars?

Can't reproduce on iOS 13. It only covers some content that was visible when the bars were hidden.

Just managed to trigger scroll in both directions when double tapping the top/bottom of the viewport (not by dragging the page up and down like you'd usually do to scroll)....

Of course! I'm using [`@nuxtjs/html-validator`](https://html-validator.nuxtjs.org/) and it complains when I don't have `tag="div"` because of it. Attaching a screenshot to show the logged error and generated HTML: - -

Have you tried using [`chroma-js`](https://github.com/gka/chroma.js/) to generate your color palette?