Questions tagged [ontap]

44 questions
3
votes
0 answers

OnTap on Container inside a Transform.translate doesn't work

I am having troubles with this animation. I want the orange container from below left to have an onTap to redirect to another screen. But, after the animation is finished, the onTap doesn't work. The cyan color is to display the initial position of…
2
votes
1 answer

adding button in sfdatagrid get whole row details onTap

I am adding SfDataGrid to my web app in Flutter Every thing works fine only one issue i am facing as below. Below is my DataSourceMethod for SfDataGrid` class EmployeeDataSource extends DataGridSource { EmployeeDataSource({required List
Vishal Parmar
  • 615
  • 4
  • 31
2
votes
1 answer

onTap of GoogleMap triggered when clicking FloatingActionButton (Flutter web)

I'm doing a web application with Flutter using the google_maps_flutter package. I added a GoogleMap to my web app with onTap event which adds marker on the map. I also want to add a floating action button on top of the map but the problem is that…
user19192316
1
vote
1 answer

Extract a single value from ONTAP output

How can I extract the version from the lengthy output of the module netapp.ontap.na_ontap_rest_info? This is my playbook and its output is quite lengthy --- - hosts: localhost collections: - netapp.ontap tasks: - name: run ONTAP gather…
George
  • 45
  • 3
1
vote
0 answers

id is not retreived onTap from ListView.builder flutter

I am having trouble retrieving the id of a card on tapping. The card is the outlet card, retrieved from the firestore via streambuilder. Cards appear with no issues. However, when I tap on it the outletId value returns null. Also, debugPrint()…
HaKim
  • 277
  • 2
  • 12
1
vote
2 answers

Why is the onTap callback of ListTile not working when using Overlay in Flutter Web?

Framework: Flutter Platform: Web I have the following code which renders a TextField. A ListView is rendered below the TextField using an Overlay when the TextField has focus. The intent of this widget is to function as a drop down menu. However,…
Anorakk
  • 71
  • 1
  • 6
1
vote
3 answers

Why onTap function runs without tapping when it have arguments?

I am novice in programming. My question why this function is called without tap when I use arguments? String _gesture = 'No Gesture Detected'; _printgesture(var gestureName) { setState(() { _gesture = gestureName; …
1
vote
1 answer

FLUTTER Json local file reading and detail page

Hello everybody i'm new to flutter so i'm making this project and i get an issue. i want to have a detail page of the items listed with a json local file. but i get errors i don't know where is my mistake. so i hope find the solution here is my…
1
vote
0 answers

Google_Maps_Flutter 'onTap' function not working

I use the "google_maps_flutter 2.1.8" package for a new project, but I can't get the 'onTap' function working. Not even to print something. After I spent the whole day trying to find the problem, I guess I need some help now. Do I have to activate…
1
vote
1 answer

NavigationLink or Sheet upon onTap Gesture

I am new in Swift, I am trying to build a test app in which I have people in a list, all works for inserting new people, I managed also swipe for delete, but I'm not able to find the right procedure to tap on a contact and open a sheet or a…
1
vote
1 answer

How to disable clicks detection in a CheckBox that's wrapped by an InkWell in Flutter

I have those 4 Inkwell(), inside each of them is a CheckBox(), In the onTap: property of the InkWell() I assigned an unnamed function that does some logic. When I click on the checkbox, the 'onTap' property of the parent InkWell isn't invoked. What…
arrmani88
  • 756
  • 8
  • 25
0
votes
1 answer

flutter Move onTap funtion to separated file

I'm new in Dart/Flutter I have a page containing a lisTile Item as the following class PermissionScreen extends StatelessWidget { const PermissionScreen({super.key}); @override Widget build(BuildContext context) { return Scaffold( …
Mohamed Abbase
  • 111
  • 3
  • 15
0
votes
1 answer

InkWell widget not working inside of container

I'm trying to add an InkWell Widget to a custom card I made in Flutter, but it doesn't seem to work no matter what I do or where I place it in the code... the cardAction is a function that opens url links here is the code @override Widget…
Itai.617
  • 3
  • 3
0
votes
0 answers

Dedicated user to create or delete new volumes over API

Hi im looking for correct syntax to create an dedicated user to manage volumes/flexclone over API with ontap this is my syntax to create user and rest role security login rest-role create -role role-user-rw -api /api/storage/volumes -access all…
0
votes
0 answers

ApiProtocolException Connection Error with NetApp API?

Using Net App Manageability SDK 9.8. I am having a connection error I am encountering while attempting to connect to the NetApp storage system using the NetApp Manageability SDK. I have already performed some initial troubleshooting steps, but the…
1
2 3