Read the statement by Michael Teeuw here.
Touchscreen Modules
-
How to make a module for touchscreen??
I will be using a touchscreen lcd display, and I wish to make touch interactive modules, -
@yours.mukul look at the ones already made.
But basically you add an onclick event on text/graphics/divs to make them react to a touch (same thing as a click with the mouse, as the input is the same)
-
@yours.mukul look inside the touch news module for an example :)
-
I couldn’t see onclick anywhere in the touch news, can you please explain me how it uses touch??
P.S. I’m sorry if I sound too stupid. -
Coincidence!
I’m making one with touch gestures (multiple tapping, multiple touches, multi-finger swiping, multi-finger press holding…)
It could give an interface with human to modules like my other commander modules(Assistant, TelegramBot)
I hope I could release a few weeks later. -
title.addEventListener("click", () => showdesc(this)); //Show description on clickso it’s
elementname.addEventListener(“click”, () => function(data));
Google javascript onclick and eventlistener for more information
-
@Sean can’t wait…
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login