Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question