Quantcast
Channel: Active questions tagged touchablewithoutfeedback - Stack Overflow
Browsing latest articles
Browse All 46 View Live
↧

React Native UI Component Wrap in Touchable

I'm trying to detect when a user presses on a custom UI component I have written (it displays a video feed). I've tried using all the touchable components, and would ideally want to use the...

View Article


Image may be NSFW.
Clik here to view.

Make a background Image disappear from button on button click,...

I have created an extremely large button with a giraffe head and a blue sky with clouds behind. I am wondering how when you click on the giraffe head you can make the image (sky behind) disappear and...

View Article


React native onPress with TouchableWithoutFeedback is not working

I am developing a simple React Native application for learning purpose. I am just taking my initial step to get into the React Native world. But in this very early stage, I am having problems. I...

View Article

TouchableWithoutFeedback never fires touch events

I have the following React-Native code which alerts the user that it was pressed, however it does not respond to anything. I have tried using different Touchable components but none seem to work, the...

View Article

React Native: New screen after touching image using stack navigator

I am trying to learn React Native by creating an app. After I touch an image I want a new screen to be placed on top of the current screen. I think I want to use a StackNavigator after onPress? I've...

View Article


How do I use React Native onLongPress properly?

I have a simple piece of code that's just a TouchableOpacity with a onLongPress prop, but it does not seem to be working. <TouchableOpacity delayLongPress={10}...

View Article

React-Native Swipeout unable to swipe

Using the suggested example code found here https://github.com/dancormier/react-native-swipeout/blob/master/example/SwipeoutExample.js#L46 I am unable to swipe whenever I have TouchableWithoutFeedback...

View Article

Invariant Violation: Invariant Violation: React.Children.only expected to...

When I use TouchableOpacity my code works fine, but when I use TouchableWithoutFeedback my code throws an error. As I don't want that blurred effect on click, I want to use TouchableWithoutFeedback...

View Article


React native Drag and drop animated.View onLongPress

I have circles I have to make these circles move in the space assigned to it and if the long pressure occurs on one of them, then it triggers an event. I did this, but it doesn't seem to work very...

View Article


Image may be NSFW.
Clik here to view.

How to avoid TouchableWithoutFeedback decrease opacity when pressed

Basically, I have a React Native code with TouchableWithoutFeedback which blinks when I press. I have a TouchableWithoutFeedback wrapping an Image component. When I pressIn changes the state changing...

View Article

react-native TouchableNativeFeedback onPress not working

I have created a composed component to compose TouchableNativeFeedback to wrapperComponent. export default function withFeedback2( WrappedComponent ) { return class extends BaseComponent {...

View Article

Image may be NSFW.
Clik here to view.

TouchableWithoutFeedback is throwing rendering error

I am developing a React Native application for learning purposes. Now I am using TouchableWithoutFeedback component to response the user interaction. But I am getting an error. Please see my code...

View Article

Image may be NSFW.
Clik here to view.

Button is not showing over cardView in android but working in iOS in react...

I am creating a button over a cardView , It is working in iOS --But it is not working same in android , it is showing like--- My code is for creating this - <View> <Card...

View Article


onPress handler not being fired over TouchableHighlight on Android

We are experiencing a weird issue. The thing is that when you press the button, for some reason the Highlight to the underlayColor is occurring but the Touchable is not firing the onPress handler. The...

View Article

React Native - Close modal when click out of it on IOS

I'm new to React Native. I've added a modal to my app and I want it to be closed when I click outside the modal. But nothing happens when I click out of the modal.Here is my codeimport React from...

View Article


React Children only expected to receive a single react child when using with...

In my application I have a text input, I want to hide the keyboard and lose focus whenever the user clicks anywhere on the screen or closes the keyboard.I created this function for this:interface...

View Article

React Native, TouchableOpacity alert get nothing

when i click on the button to open the toggle it works fine but when i want to click to display the alert i get nothing. any idea<View style={[styles.container,...

View Article


React Native TouchableWithoutFeedback on view with position absolute

I have a modal that I want show when the user clicks a i button.The modal envelops the entire screen, by setting the position to 'absolute'. This works fine, but when the user clicks somewhere on the...

View Article

React native useRef Hook wouldn't store an array

Here's a simple code that doesn't work I really don't know whyconst myArray = useRef(null) // or const myArray = useRef([]) or const myArray = useRef(new Array())...Inside the functional...

View Article

Image may be NSFW.
Clik here to view.

How can I focus on textinput when i click on TouchableWithoutFeedback?

I have a textinput. In this textinput, I have a letter "O" as an icon. I want textinput to be clickable when I press on "O" letter, how could i do that?For now it doesn't work, since i couldnt add this...

View Article

Cypress - Overlay not popping up when button is clicked

Description:I am currently trying to write an automated test that involves clicking on a button within a navigation bar. The expected behavior is that an overlay that contains more links would pop up,...

View Article


TouchableOpacity outside parent View in absolute positive not works react native

I was making Picker component but what I found is Touchable Opacity in absolute positions outside from it's parent view not works.const App = () => { const data = [2, 3, 4, 23] const [isOpen,...

View Article


Image may be NSFW.
Clik here to view.

Differences between Pressable and TouchableWithoutFeedback

Pressable and TouchableWithoutFeedback are higher order components to add touch functionality to their children. They have very similar use cases. I guess I can use Pressable anywhere in place of...

View Article

React Native allow Touchable components to respond to onPress when wrapped in...

I want to allow the user to touch anywhere on the screen to dismiss the keyboard, but still allow interaction with Buttons. My code looks something like:<TouchableWithoutFeedback...

View Article

Image may be NSFW.
Clik here to view.

How to avoid onPress function works inside the inner Views in React-Native

I want to avoid the onPress={() => onRequestClose()} function working inside the inner View in my react-native project.While user click on the screen the (whatever the area) onPress={() =>...

View Article


--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article

React-native Keyboard.dismiss dismisses the keyboard when using it

i am trying to use Keyboard.dismiss() inside of a TouchableWithoutFeedback element and for some reason, no matter where i place this TouchableWithoutFeedback element, the keyboard doesn't dismiss when...

View Article

How do I enable scrolling of FlatList TouchableWithoutFeedback nested under a...

Here is my setup:<Modal statusBarTranslucent visible={isOpen} onDismiss={onRequestClose} onRequestClose={onRequestClose} animationType={animationPreset}><TouchableWithoutFeedback...

View Article

onFocus, onBlur not triggered in TouchableWithoutFeedback | react-native

The functions onFocus, onBlur of TouchableWithoutFeedback component aren't triggering. I wanted to make this work like the TextInput component, in terms of getting focused and unfocused, when the user...

View Article



Handling on press event for every word in long text rendered on the screen in...

I have a long text (for example, part of some book), and I need to render it on the screen but I need every word to handle touches. On touch I want to show the translation of this word. Is there any...

View Article
Browsing latest articles
Browse All 46 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>