How to swipe between screens on a Windows 10 touchscreen ? Topic is solved
Moderators: leecollings, htilburgs, robgeerts
How to swipe between screens on a Windows 10 touchscreen ?
Hi Dashticz community,
I'm giving a try at Dashticz and I love the simplicity and possibilities. I designed a 2 screens dashboard. When I'm testing it on my desktop, I "drag and drop" to switch between screens, fine.
I tested the same on my Teclast TBook T11 tablet running on Windows 10. No matter which web browser I use, Chrome, Firefox, Edge, swiping does not switch between screens.
I understand swiping on a touchscreen is simulating window scrolling and this could be the root cause why it does not swipe cause it requires a drag and drop.
I did not find anything at the OS level to change the touchscreen swipe behaviour.
Does anybody use a Windows 10 touchscreen and can provide some solution or workaround ?
Can dashticz react to "scroll event" to make the switch between screens possible ?
Regards
I'm giving a try at Dashticz and I love the simplicity and possibilities. I designed a 2 screens dashboard. When I'm testing it on my desktop, I "drag and drop" to switch between screens, fine.
I tested the same on my Teclast TBook T11 tablet running on Windows 10. No matter which web browser I use, Chrome, Firefox, Edge, swiping does not switch between screens.
I understand swiping on a touchscreen is simulating window scrolling and this could be the root cause why it does not swipe cause it requires a drag and drop.
I did not find anything at the OS level to change the touchscreen swipe behaviour.
Does anybody use a Windows 10 touchscreen and can provide some solution or workaround ?
Can dashticz react to "scroll event" to make the switch between screens possible ?
Regards
-
- Posts: 59
- Joined: Sunday 28 July 2019 22:59
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: How to swipe between screens on a Windows 10 touchscreen ?
I had the same problem and solved it by enlarging the navigation buttons on the bottom, so I can click them easily and they take me to the next screen 

Re: How to swipe between screens on a Windows 10 touchscreen ?
I shouldn't have mentioned workaround as accepted in my request 
Thanks for the suggestion though I'm looking for a working swipe

Thanks for the suggestion though I'm looking for a working swipe
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: How to swipe between screens on a Windows 10 touchscreen ?
I don't have a win10 touch device. My Android tablet is working fine.
I expect the touch/mobile device detection doesn't work reliably. Dashticz uses a very old library for this.
Could you do some testing:
In the file js/main.js, line 478, (latest master and beta) you read:
Code: Select all
if (md.mobile() == null || md.tablet() !== null) {
Code: Select all
if (true) {
Re: How to swipe between screens on a Windows 10 touchscreen ?
I just tried.
=> Gives the same result.
To see what is changing, I also tried
=> It puts the 2 screens visible with a scrollbar.
Code: Select all
if (true ) {
To see what is changing, I also tried
Code: Select all
if (false)
Re: How to swipe between screens on a Windows 10 touchscreen ?
The latest swiper (4.5.1) fixes swiping on windows 10 tablet. I just made a drop in replacement of vendor\swiper folder.
The issue was referenced on the swiper github : https://github.com/kidjp85/react-id-swiper/issues/230
However the navigation buttons are lost.
The issue was referenced on the swiper github : https://github.com/kidjp85/react-id-swiper/issues/230
However the navigation buttons are lost.
-
- Posts: 2287
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: How to swipe between screens on a Windows 10 touchscreen ?
Should be solved in the latest beta v3.2.0
Can you confirm?
Can you confirm?
Who is online
Users browsing this forum: No registered users and 1 guest