Questions tagged [user-interaction]

User-interactivity is the dialog that occurs between a human being and a computer program.

326 questions
1
vote
1 answer

I need an advice about interval setting in small pinging app

I'm creating an application which let me to ping IP or IP range using time interval between each ping. My concern here is that if the interval will be allowed to be too small then my program would appear to do a ping flood. What should I allow the…
HelpNeeder
  • 6,383
  • 24
  • 91
  • 155
1
vote
1 answer

User Interaction is unavailable while mapkit.setRegion is set

import UIKit import MapKit import CoreLocation class ViewController: UIViewController, MKMapViewDelegate, CLLocationManagerDelegate { @IBOutlet weak var mapKitView: MKMapView! var locationManager = CLLocationManager() override…
1
vote
1 answer

jQuery: Control page reloads or moving away from the current page

If a user moves away from the current page by using mouse (clicking on a link) or keyboard (hitting enter while having a form element focused) interactions, i want to do be able to run JavaScript/jQuery commands beforehand. Exemplary workflow: User…
Alp
  • 29,274
  • 27
  • 120
  • 198
1
vote
1 answer

How to wait for the user to click to continue the remaining automation steps

I have a code to automate the filling of a form. I want to wait for the user to finish reading the notice and click manually to then continue the automation codigopostal = driver.find_element(By.NAME,…
1
vote
1 answer

Block Mapview from Scrollview interaction Android

I have a ScrollView with many views in it (TextView, Buttons, ...) and at the end there is an osmdroid-mapview, which is just a map. When I touch on the mapview, android does not move the map (zooming or changing the location of the map) but it…
1
vote
2 answers

iOS UIScrollView without user interaction and programmatic scrolling

Is it possible to have a UIScrollView without the user being able to scroll and therefore is it possible to scroll a UIScrollView programmatically?
user400055
1
vote
1 answer

How to enable selection of a procedural mesh in Unity with the mouse pointer

My Unity app so far allows the user to draw box-shaped meshes by clicking and dragging in the 3D scene. Now I'd like to enable the user to click on one of these created meshes and interact with it. I'm taking my first baby steps with the…
1
vote
0 answers

GestureDetector is not conforming to CustomPaint child properly

I have a situation where I am using a CustomPaint to draw some interactable elements in Flutter Web. The CustomPaint works just fine, but the GestureDetector does not adhere to the shifted left position of the CustomPaint. The first screenshot is…
Saphiric
  • 81
  • 1
  • 8
1
vote
1 answer

How can I get data from user for configuring my selenium bot?

I'm working on a Selenium bot using Python. What I want When the user runs the python script, a console shows up and asks questions to configure the bot, like: How many posts do you want? (1-10) How many users do you want? (1-10) etc. After…
1
vote
0 answers

Present complex decision flow with multiple inputs and outputs with python and flask on the web

This if my first post :). I've only learned python for 5 months without any other coding experience. I've written a python script runs on terminal just fine. The script is used to acquire data, depend on the input data it will ask questions (print…
1
vote
2 answers

Swift disable touchesEnded

I am trying to disable the TouchesEnded event in my Code when someone clicks on a button. And when the user clicks on another button the TouchesEnded should be activated again. So for understanding what my app does, every time you click on the…
Fabian Müller
  • 318
  • 2
  • 11
1
vote
1 answer

pointerEvents={'none'} not work in Android Expo React Native

I am trying to disable touch event on a view. I found that we can disable it by using pointerEvents={'none'}. When I added it, then it's working in iOS, but not working in android. Is this bug or Is there any other way to disable user event on both…
1
vote
2 answers

Why isn't the element not interactable when the option's value is existing on the select?

From the url's source of https://www.gov.sg/resources/translation:
alvas
  • 115,346
  • 109
  • 446
  • 738
1
vote
1 answer

Need ideas for rewarding the users of a wiki

I need ideas as to how best reward users of a wiki to make them motivated to keep contributing in a constructive manner. Articles can be upvoted, so the thought is to reward the contributors based on how much they have contributed to a specific…
poteter
  • 23
  • 3
1
vote
1 answer

Detecting user interaction in iMessage extension

I know that with an iMessage extension, a message can not be sent unless the app detects user interaction as per Apple's policy to prevent automated messages. However, I have a screenshot detector that automatically sends a message when the user…
Levi K
  • 573
  • 1
  • 4
  • 23