alvarotrigo / alvarotrigo/fullPage.js

Disable dragAndMove on responsive ?

Aberta
#3,930 5 comentários 0 reações 0 responsáveis Ver no GitHub
documentation enhancement
Linguagem predominante
JavaScript
Estrelas
35.4k
Forks
7.1k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

If the responsiveWidth setting is used, the dragAndMove vertical should be disabled. As of now the responsiveWidth setting is ignored when dragAndMove is used.

Also it would be nice to set dragAndMove options per viewport (its just a suggestion and in no way is implemented in fullpage.js yet):

```
dragAndMove : [
{
setting: false
},
{
breakpoint: 500
setting: 'horizontal'
},
{
breakpoint: 1200
setting: true
}
],
responsiveWidth: 500

```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.