Posts: 165
Threads: 82
Joined: Jul 2015
Reputation:
1
Hi,
We are using visualation page in our touch panels for control (Via an application which includes chromium , html5 viewer).
When we touch to screen with two fingers, it's acting very strange. Sometimes , it acts to go back , sometimes page goes irrevelant pages.
Is it a function that Logic Machine trigger or support ?
Can we cancel somehow ?
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
Hi,
User input / multi input / gestures are done by the driver of the panel, that has nothing to do with the controller. You can add some custom JS functions to block client side input, but that also has nothing to do with the controller, they will only be pushed to the client on load.
I would check the panel options to disable the multi touch functions..
BR,
Erwin
Posts: 21
Threads: 3
Joined: Aug 2019
Reputation:
0
29.12.2019, 13:52
(This post was last modified: 29.12.2019, 13:54 by tassiebean.)
Hi Erwin,
You said - "You can add some custom JS functions to block client side input".
Can you help with this? I have a sequence of interacting scripts that takes a few seconds to complete (I have a UserParameter that tells me when they are busy: 0/250/59 Boolean), and I don't want the user to be able to touch away on the screen (operate sliders, close widgets, etc), until my script completes. I am currently displaying "Please wait" but that is not terribly foolproof - it is easily ignored.
Can you help with that code? Thanks for all your help on this forum.
Thanks, Phil
Posts: 1764
Threads: 6
Joined: Jul 2015
Reputation:
117
30.12.2019, 09:18
(This post was last modified: 30.12.2019, 09:32 by Erwin van der Zwart.)
Hi,
Aah, you have a clipsal c-bus version, that explains the non KNX standard address (:
Screen cleaner is used for (build-in) touch screens, when cleaning the screen you can block user input to avoid unintended user input during cleaning.
BR,
Erwin