Questions tagged as 'touch'

1
answer

Distinguish touch from scrolling

I'm making an application that will be used on touch screens. The problem I have is that I do not know how to distinguish between scrolling and simple touch. I have a scrollviewer that contains a stackpanel where I am adding images. The idea...
asked by 26.01.2018 / 10:11
1
answer

touch events (javascript event)

Very good. I'm doing a canvas game for mobile and I have a problem with touch events. I use the clientX, to move the player, if it is in the center of the screen it will jump, and if it is on the sides it will move to this one. Using e.tou...
asked by 14.03.2017 / 18:29
0
answers

AR1021 Touch driver

I'm trying to make an application for touch screens. The driver I'm using is the AR1021 for resistive screens, and the programming platform is HArmony in mplab microchip. The communication is by SPI, the micro is PIC32MZ2048ECH144. The fact i...
asked by 09.08.2017 / 15:37
0
answers

(Android) Activate several Radiobuttons from different RadioGroups by just swiping their finger, without the need to click on them

These radiobuttons are added in a listview (dynamic), and I want to activate several raddiobutons just by running my finger through them. If the answer is by design, it would be better.     
asked by 10.11.2018 / 05:43
0
answers

Does anyone know why the touch does not work properly?

Hello Good evening I'm doing a form with materialize and vue js, but I do not work well on mobile phones and tablets any idea of why it may be, I leave the code below. In the computer it goes super well. is the only problem I have and I did not...
asked by 26.10.2018 / 03:01
0
answers

Does anyone know why the touch does not work properly?

Hello Good evening I'm doing a form with materialize and vue js, but I do not work well on mobile phones and tablets any idea of why it may be, I leave the code below. In the computer it goes super well. is the only problem I have and I did not...
asked by 26.10.2018 / 03:01
0
answers

Unity 2017 move two different objects simultaneously on Android

I'm trying to make a kind of Pong for Android. I have a GameObject for each player, differentiating between them by the Tag they carry. In principle I programmed the controls for OnMouseDown () and OnMouseDrag (), but I realized that in the mobi...
asked by 29.04.2018 / 12:45
0
answers

Touchstart event sometimes does not launch [HTML + JavaScript]

I have problems with javascript touch events in mobile browsers. Normally it works as expected, but there are times when the page is accessed by scrolling and tapping on the screen, while loading "the only way, with which I always manage to repr...
asked by 13.11.2017 / 09:30
0
answers

Android Studio screen limits

I have a Bitmap on the canvas that I move around the screen with an On Touch event. The question is, how can I make the image I move not to leave the screen? Type set some limits where you can move it and hit the edge of the screen and do not le...
asked by 17.06.2017 / 18:18