Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tap]

The Test Anything Protocol (TAP) is a protocol to allow communication between unit tests and a test harness. Do not use for mobile, touch-enabled devices; use [touch] instead.

tap
0 votes
0 answers
11 views

Enabling the double-tap gesture on Apple Watch

I am trying to add double tap support in my watch app but i am facing "Cannot infer contextual base in reference to member 'primaryAction'" My testing device is watch os 10.5 version My ...
user2846204's user avatar
1 vote
1 answer
224 views

How to write effective test cases with fastify using tap?

I tried to writing test cases with fastify using Tap npm package. But I have some question about my implementation.Here is the my test case file code. server.test.js will look like const tap = ...
Vasu Rangpariya's user avatar
0 votes
0 answers
216 views

on iOS with mapkit "multible" how do display markers

Getting a single marker was easy, trying to click on main points an leave behind a marker seems easy but I am getting a weird error. Anybody been down this path? Define array for markers @State ...
TomHa's user avatar
  • 3
0 votes
1 answer
120 views

Debugger starts on node-tap instead of starting on test file

I am trying to debug a test file in docker that runs with node-tap. I have added the running command, configured the debugger to connect to docker. Everything works, the tests are run and the debugger ...
Alexandru DuDu's user avatar
0 votes
0 answers
72 views

Background should not be scrollable on ScrollView SwiftUI

I have a ScrollView that lies on top of a Map. This ScrollView contains Views (with edit buttons and so on) that are expandable. When the view is expanded I cannot click on items on the map that are ...
Hasenburg's user avatar
0 votes
0 answers
117 views

Testing with `Tap` never ends

I am using Tap with Fastify inject to test my Server implementation. If I run my test cases using yarn run test, it executes all the test and evaluates correctly. However, it never shuts down to show ...
Chilarai's user avatar
  • 1,868
0 votes
0 answers
22 views

How to simulate a tap event on iPad

I'm writing a simple script allowing to take screenshots of a physical device in debug mode attached to a computer and send tap events to control it. For Android, the adb seems to be doing the job ...
qnilab's user avatar
  • 444
0 votes
0 answers
58 views

tap or long press at time_planner to add new task in flutter

I added time_planner into my flutter project ('package:time_planner/time_planner.dart'; ) . Yes, it is working properly in my application. But I just wanted to know how can I create a new task for a ...
emsiloader's user avatar
0 votes
0 answers
119 views

How to do programmatically Tap/Touch in React Native?

I have a pop up which is gone once I tap/touch anywhere on the screen. I want to do this programmatically tap/touch so that a human touch is not required. what i need to add / change in my code? My ...
prabal taskmanager2's user avatar
0 votes
1 answer
482 views

Mock fastify auth plugin in node tap using sinon

I'm trying to mock the return value of a fastify-auth plugin using Sinon but seems like I am missing something. Here is my implementation: // routes.js const fastifyAuth = require('fastify-auth') ...
Hamza Boularbah's user avatar
1 vote
1 answer
326 views

Flutter tapping textbox inside the WebView makes parent widget to refresh in iOS only

I have a WebView widget as a child widget of a Container widget. Tapping on the textbox field inside the WebView widget makes the Container to reload from initState() level. Container( child: WebView(...
Sandun Perera's user avatar
3 votes
0 answers
121 views

How to show amount on Stripe Tap to pay card reader screen in Android

I have Implemented Stripe Tap to Pay for android and I'm testing it in simulated(test) environment, It is working fine but there is an issue that I'm not able to found a way to display amount on card ...
Rahul Mishra's user avatar
  • 1,449
1 vote
2 answers
377 views

How to limit the tappable area in HStack to make just the delete button tappable

In my ListView, There is a HStack consisting of checkbox, Text, Spacer and a Delete Button. Unfortunately, clicking at any part of the HStack (Checkbox/Text/Spacer area) causing the delete button ...
Nuibb's user avatar
  • 1,860
0 votes
1 answer
53 views

How to get Double tap event using MvxListView in MVVMCROSS android mvvmview model

We are using below for listview we need to catch Double tap event of list in MVVM viewmodel <MvxListView android:layout_width="fill_parent" android:layout_height="...
Kiran Khalkar's user avatar
0 votes
2 answers
55 views

Swift: UITapGestureRecognizer - Not able to have gesture listening for imageView

TapGestureRecognizer this is the code for the initialization of the image view with tap gesture recognizer. var drawerImageView :UIImageView = { var drawerImageView = UIImageView() ...
Praveen Ramalingam's user avatar

15 30 50 per page
1
2 3 4 5
37