Click here to Skip to main content
15,895,817 members
Everything / Touchscreen

Touchscreen

touchscreen

Great Reads

by Sergey Alexandrovich Kryukov
Another variant of the cross-platform replacement for all those office presentation applications in a single file, and now this file is JavaScript
by luigidibiasi
This article describes yet another drag and drop approach that can be used when the jQuery-ui and touch-punch library fails (when the project uses transform-origin or other coordinate transformations)
by Sergey Alexandrovich Kryukov
A cross-platform replacement for all those office presentation applications in a single file
by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device

Latest Articles

by Sergey Alexandrovich Kryukov
Another variant of the cross-platform replacement for all those office presentation applications in a single file, and now this file is JavaScript
by Sergey Alexandrovich Kryukov
A cross-platform replacement for all those office presentation applications in a single file
by Sergey Alexandrovich Kryukov
Microtonal Fabric Integration, the documentation project integrating Microtonal Fabric development with CodeProject
by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device

All Articles

Sort by Score

Touchscreen 

4 Sep 2023 by Sergey Alexandrovich Kryukov
Another variant of the cross-platform replacement for all those office presentation applications in a single file, and now this file is JavaScript
27 Oct 2016 by luigidibiasi
This article describes yet another drag and drop approach that can be used when the jQuery-ui and touch-punch library fails (when the project uses transform-origin or other coordinate transformations)
14 Feb 2013 by Abhishek Pant
this may help you a little.Windows Touch: Developer Resources[^]Adding Touch Support to Desktop Applications [^]
2 Nov 2013 by Kyle A.B.
I have an android app that displays an HTML5 page inside a WebView control. The HTML5 page is inside the app in the assets folder. The app is for children and when a button is pressed it fires a JavaScript event that changes stuff on the screen.The problem with the app is that when my...
8 Nov 2021 by Member 11298827
I want to get screen X and Y values from a 'Touch' event on a SkiaSharp CanvasView. The event fires okay, but the eventargs e does not let me access the X and Y values directly. Instead, I have to dig them out of the string e.toString() as...
8 Nov 2021 by Gerry Schmitz
You're using the "wrong" signature (and namespace?) to get the event argument for ".Location" (x and y). You want SKTouchEventArgs. SKCanvasView.OnTouch(SKTouchEventArgs) Method (SkiaSharp.Views.Forms) | Microsoft Docs[^]
14 Feb 2013 by Waseem Alhallak
I have a project that deals with a **touch screen** as an input, my project built using C#. so is there any library needed for handling events??I want to know if i need to include any library.Also, i will be thankful if you have any example.Thank you
6 Mar 2013 by arya_kurmi
I am doing engineering and I have to project at uni. I am familiar with C++ basics and my project is based on C++. I need C++ codes to develop touchscreen based application but I don't know about any library function for touchscreen. Therefore I need your help to make a application for...
23 Jul 2013 by GauravThorat
Hi Can I use Windows Pixel Sense with .Net to give touch screen effect in web applicationsI want to use tool to give the great effects to web application, which also be effective with touch panel devices.Thanks
23 Jul 2013 by Code-Hunt
Check the link with same discussion on it.is-it-possible-to-create-a-pixelsense-application-using-net-framework-45[^]Hope you will get the answer...
25 Jul 2013 by GauravThorat
Hi I am going to Create web Application in ASP.NET MVC 4, and I wanted that app should work on Mobile devices(iPad, Mac Machine,Windows Machine, Samsung SUR40), also Application should work perfectly with Touch Panel Devices, So anybody give me the details, what should I take care for...
25 Jul 2013 by Ganesan Senthilvel
One of the key updates in ASP.NET MVC 4 is the support for mobile development. In this exercise, you will explore ASP.NET MVC 4 new features for mobile applications You can refer at http://www.asp.net/mvc/tutorials/hands-on-labs/whats-new-in-aspnet-mvc-4#Exercise3[^]
25 Jul 2013 by Ganesan Senthilvel
One of the key updates in ASP.NET MVC 4 is the support for mobile development. In this exercise, you will explore ASP.NET MVC 4 new features for mobile applications You can refer at http://www.asp.net/mvc/tutorials/hands-on-labs/whats-new-in-aspnet-mvc-4#Exercise3[^]
20 Nov 2014 by AhmadAhsan
I'm working on a single page application which have a dashboard where kendo ui widgets (pie chart, bar chart, grid etc ) of variable sized are added by user.I have used jQuery shapeshift dynamic grid with drag drop functionality to allow user set widgets order as per his/her...
26 Feb 2015 by Sergey Alexandrovich Kryukov
The only correct way to programmatically simulate keyboard or mouse input is using the API SendInput:https://msdn.microsoft.com/en-us/library/windows/desktop/ms646310%28v=vs.85%29.aspx[^].All other methods, such as sending a message, using some library APIs, depend on many factors, such as...
16 Jun 2016 by Manikandan05
Hi, if there is any options exists for detect the device is touch simulated or not in a safari browser. I have tried with many solution exists in online,but i get the positive result in all browsers except this safari only.can you suggest any solution available?What I have...
28 Dec 2016 by learnasucan
Actually I have written a code to select image from gallery,but I dont know how to draw or write a text by hand on it.and Edited image should be saved separately in sdcard.Basically I have to make basic paint app where canvas will be my selected image,and my touch is input to draw a circle or...
6 Mar 2018 by AnanthuAnilkumar
In windows 10 Tab, I have created a sample application contains list control with customized horizontal and vertical scroll bar. While scrolling in vertical scroll bar through touch, sometimes WM_GESTURE message become generated. But in the case of horizontal scrollbar, the issue is not...
6 Mar 2018 by Jochen Arndt
The gesture that performs vertical scrolling is called single-finger panning. When having no gesture support, the events will be "translated" to scroll wheel events. You will only see vertical events because there is no horizontal scroll wheel and horizontal panning is interpreted as dragging....
30 Apr 2019 by OriginalGriff
Right click isn't always "Long Hold" on a touch screen: it's "Hold and second touch with different finger" sometimes.
13 Aug 2021 by Richard MacCutchan
This is an impossible question to answer in a Quick Answers forum. You need to do your own research into the hardware and software that you are trying to work with. You could also look at Download the Windows Driver Kit (WDK) - Windows drivers |...
5 Sep 2021 by Achmad Darmawan
initially my canvas was not working in mobile browser, after getting the fix code resolved. but the impact button is touched can't work. this applies when in the browser on the cellphone. from the javascript below, where do I need to fix it so...
4 Sep 2023 by Sergey Alexandrovich Kryukov
A cross-platform replacement for all those office presentation applications in a single file
3 Dec 2020 by honey the codewitch
Implement swipe left/right/up/down using a TFT touchscreen and an Arduino compatible device
6 Mar 2013 by Richard MacCutchan
A simple Google search[^] will get you started.
3 Nov 2013 by Kyle A.B.
I answered this myself..I added two touchstart listeners that work far better than mousedown or onclick on touch devices. My two year old had a lot of trouble pressing a button on an onclick event and a mousedown event but not on a touchstart event.
24 Feb 2021 by Sergey Alexandrovich Kryukov
Microtonal Fabric Integration, the documentation project integrating Microtonal Fabric development with CodeProject
14 Mar 2013 by arya_kurmi
I try but I can not find any reliable solution yet...
26 Feb 2015 by Demian__
I've been looking a lot recently and I can not even find anything to lead me to the correct place.Any help would be much appreciated, even any suggestion where do i find TabTip documentation / api.
30 Apr 2019 by sam9787
dear all i run my asp project using google map api , when i click right click using mouse asp page display , but when i open my project in my windows tablet type ( Getac ) the right click by holding on screen not work , .. . .? any idea please ? What I have tried: ...