Hi, how can I add a attribute "disableOnInteraction" as false ? I need that swiper slider run even after drag or other mouse action
Thank you
Swiper slider - disableOnInteraction
3 replies · opened Jun 30, 2021
Hello,
This Setting must be set manually in the Default Swiper Initialization function. Open the js/plugins.swiper.js File and find the direction: elDirection, JS Setting, you can then set the disableOnInteraction: false, JS Setting right after that line.
If you are using the js/plugins.min.js File, make sure that you update the js/plugins.js File as well and then minify the Codes using this Website: https://javascript-minifier.com/ and then replace the codes in the js/plugins.min.js File with the new minified codes. You can find more ways to include Javascript here: http://docs.semicolonweb.com/docs/getting-started/javascript/ .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
it works perfect .. Thank you !
Very Happy to Help! :)
Do let us know if we can help you with anything else.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard