Swiper

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Post Reply
Scotty
Posts: 35
Joined: Wednesday 28 November 2018 16:12
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Swiper

Post by Scotty »

Hey hey.

Is it possible to disable the swiper but still use multiple screens?

I'd like to be able to use the buttons I have set up to go to different screens but not use the physical gesture of swiping on the screen as I'm too clumsy and usually end up swiping when trying to press a switch.

The following disables the use of screens altogether instead of just disabling the swipe gesture.

Code: Select all

config['enable_swiper'] = 0;
Thanks
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Swiper

Post by Lokonli »

Scotty wrote: Saturday 25 July 2020 17:46 Hey hey.

Is it possible to disable the swiper but still use multiple screens?

I'd like to be able to use the buttons I have set up to go to different screens but not use the physical gesture of swiping on the screen as I'm too clumsy and usually end up swiping when trying to press a switch.

The following disables the use of screens altogether instead of just disabling the swipe gesture.

Code: Select all

config['enable_swiper'] = 0;
Thanks
Currently that's not possible, but it's a small enhancement.

I'll add it to the list.
FreakNL
Posts: 5
Joined: Friday 14 August 2020 14:37
Target OS: Windows
Domoticz version:
Contact:

Re: Swiper

Post by FreakNL »

Yes, it's possible. It's even in the docs..

https://dashticz.readthedocs.io/en/mast ... cellaneous
User avatar
HansieNL
Posts: 957
Joined: Monday 28 September 2015 15:13
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Swiper

Post by HansieNL »

FreakNL wrote: Saturday 15 August 2020 18:57 Yes, it's possible. It's even in the docs..

https://dashticz.readthedocs.io/en/mast ... cellaneous
With the css trick in the docs you don’t disable swiping, but only hide the swiping dots.
Blah blah blah
FreakNL
Posts: 5
Joined: Friday 14 August 2020 14:37
Target OS: Windows
Domoticz version:
Contact:

Re: Swiper

Post by FreakNL »

Ah, you are correct, I thought he just wanted to disable the buttons :)
Lokonli
Posts: 2262
Joined: Monday 29 August 2016 22:40
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Swiper

Post by Lokonli »

Scotty wrote: Saturday 25 July 2020 17:46 Hey hey.

Is it possible to disable the swiper but still use multiple screens?

I'd like to be able to use the buttons I have set up to go to different screens but not use the physical gesture of swiping on the screen as I'm too clumsy and usually end up swiping when trying to press a switch.

The following disables the use of screens altogether instead of just disabling the swipe gesture.

Code: Select all

config['enable_swiper'] = 0;
Thanks
This has been implemented in latest beta.

To disable swipe on touch move add the following to CONFIG.js:

Code: Select all

config['swiper_touch_move'] = 0;
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest