M
M
Martovitskiy2017-09-16 14:24:51
Vue.js
Martovitskiy, 2017-09-16 14:24:51

How to disable vue-fullpage on mobile?

Help disable fullpage-vue on mobile
fullpage-vue.js
import Vue from 'vue'
import 'animate.css'
import 'fullpage-vue/src/fullpage.css'
import VueFullpage from 'fullpage-vue'
Vue.use(VueFullpage)
I know that it is necessary to use destroy. I do not understand how to bind the condition to the screen width

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Kulakov, 2017-09-16
@Martovitskiy

You can connect this lib here: https://github.com/matthewhudson/device.js
When you start it, look through it what device you have and, depending on this, use fullpage or not.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question