Questions tagged as 'touch'

1
answer

How to make a drive system using touch in unity?

When you slide your finger up screen performs the command and when you slide your finger down the command executes, an example of a command would be a move up and a move down with the touch me returning a type bool co_de % or% with%.    ...
asked by 13.12.2015 / 19:44
2
answers

Display navbar only when user scrolls up in iOS

I'm using the Marius Craciunoiu technique to display all of my navbar when the user scrolls the screen up. So here's my JavaScript code (using jQuery): var delta, didScroll, lastScrollTop, navbarHeight; delta = 5; lastScrollTop = 0; na...
asked by 04.05.2014 / 19:45
1
answer

Carousel with touch screen interaction

I have a carousel that navigates through the right / left arrows. In mobile, the user must be able to "drag" the carousel, without using the arrows to navigate. I'm using the bootstrap's own carousel. Do I need a framework to get the desired...
asked by 25.05.2015 / 18:54
0
answers

Xamarin Android - Create a line where the finger passes

Hello, I would like to create a straight or rectangle, where my finger goes. It does not really have to be exactly where to go, but on top of each button I move the finger it increases the rectangle, as if it were a selection of a word in a "wor...
asked by 28.12.2016 / 17:50
2
answers

Double Tap Opens two Android Activities

I'm having a problem in a list where I use RecyclerView , when clicking on an item in the list, OnClickListener is treated in ViewHolder of that RecyclerView : MyViewHolder: public ClientesViewHolder(Context ctx, V...
asked by 09.05.2016 / 16:21
1
answer

How do I limit the movement (Touch) of a character to 3 specific points? Unity C #

I would like to know how to limit the position of a character on the Y axis in the Up, Mid, Down positions. In the game the character runs while obstacles appear and dragging the finger up, if it is in the "down" position, it moves to the "Mid"...
asked by 30.03.2016 / 22:39
1
answer

Horizontal scrolling touch-screen menu (click and drag) on PCs

Based on the menu below, can you make it slider like on mobile phones (without having to use the scroll bar, just with click and drag)? ul.marcadores {white-space:nowrap; overflow-x:auto; background-color:#2D2D2D; width:300px} ul.marcador...
asked by 17.10.2018 / 22:41
0
answers

Block iframe on mobile

I would like to know if it is possible to block a <iframe> preference on mobile because when I scroll the page with the touch of the screen the map gets in the way of an excerpt of the code <iframe id="map" src="https://ww...
asked by 08.09.2016 / 20:41
1
answer

On-screen touch recognition, such as MouseDown

I'm developing a game (Puzzle) in C # WinForms, to run on a touch screen. The mapping of ring events to the mouse events already occurs by default, and I did not have to do anything to make that happen. However, the mouse_down only occurs...
asked by 29.05.2014 / 20:29
3
answers

What is the name of that "change of view" effect by sliding?

Several apps (Facebook, Twitter, Instagram) make use of a "touch enabled" effect where the user drags the entire screen and it changes the view. Do not confuse with the slide effect of the menu. I would like to develop an app with this effect...
asked by 17.08.2017 / 05:15