Questions tagged [onpress]

156 questions
1
vote
1 answer

How would I program a button to open a website?

I am creating a button in kivy and when pressed, I'd like it to direct the user to specific website. I am aware of creating a hyperlink but I don't know how to implement it in a button. I have tried adding a hyperlink to the text: and to the…
1
vote
0 answers

Trying to click on the image to navigate to different screen but on click no navigation

I've been trying for a while to click on an image in order to navigate to another screen and no result even after posting a couple of times. After several attempts with errors and trials I have finished up with these structures where the screen is…
1
vote
1 answer

I know how to toggle show/hide a div onclick, but how to do that for onpress?

I have a div I'm hiding behind a button I want to toggle "onpress". I want that div to only be visible when someone presses down on the button layered above it. I'm only aware of how to use onclick for toggling visibility. See the snippet. I simply…
logoologist
  • 205
  • 3
  • 15
1
vote
1 answer

OnPressed Set activeColor to a button of a list, and set inactiveColor to others btns - Flutter

I have a list of Chips, and I want them to change color when user click on them. For instance if I click on the first Chip its color become black, and every other chips are grey. Then if I click on the second Chip its color become black and first…
Armdev
  • 13
  • 3
1
vote
1 answer

when user click to button it should go to typing mode i.e. software keyboard should come out

In react-native, when user click to button it should go to typing mode i.e. whenever user will click to the button the software keyboard should turn on and cursor should go to typing mode i.e cursor should point out the TextInput. that means i want…
kalyani_jamunkar
  • 582
  • 1
  • 13
  • 33
1
vote
2 answers

React Native change view onPress

I have searched on google but I don't know react. When I click on the button 'Connexion' I would like to be forwarded to the page About.js. My app.js : import React from 'react'; import {View, TextInput, StyleSheet, Text } from…
1
vote
4 answers

How can i scroll bottom on onPress of button in react-native?

I have added the button on simple screen and I want to scroll Bottom whenever I press the button. what code to add to button onPress? render() { return ( {this.yourComponents()}
kalyani_jamunkar
  • 582
  • 1
  • 13
  • 33
1
vote
1 answer

React-Native Button On Press doesn't work

I can't bind my onPress method to my JSX button. I've tried already tons of different solutions but none of them worked. onPress Method: class ScreenEnterPlayerNames extends Component { constructor(props) { super(props); } static…
Sandro_V
  • 477
  • 1
  • 7
  • 21
1
vote
2 answers

changing element value with event onkeyup() javascript

Please help me with my script. I don't understand why my script does not working :(