Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TouchableOpacity doesn't work on IPad #16036

Closed
FlaviooLima opened this issue Sep 20, 2017 · 1 comment
Closed

TouchableOpacity doesn't work on IPad #16036

FlaviooLima opened this issue Sep 20, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@FlaviooLima
Copy link

Hi, for some reason TouchableOpacity doesn't work on IPad, but it works on iphone.
The version of iOS doesn't change the result.
Tested with a few version but the result is always the same, with iPhone works, with iPad doesn't.

Is this a bug report?

Yes

Environment

Environment:
OS: macOS Sierra 10.12.6
Xcode: Xcode 9.0
Packages:
react-native: 0.44.1
Target Platform: iOS (10.3, 9.3)

Steps to Reproduce

  1. Create View with TouchableOpacity
  2. Open the app in Ipad Simulator
    3.Verify if you can click the button and if yes if it calls onPress function

Expected Behavior

When the TouchableOpacity is clicked, that it could call the onPress function.

Actual Behavior

TouchableOpacity onPress function or pressed effect doesn't happen.

@hramos
Copy link
Contributor

hramos commented Sep 21, 2017

0.44.1 is an old version. Any chance you can provide a repro on the latest version?

@hramos hramos closed this as completed Sep 21, 2017
@facebook facebook locked as resolved and limited conversation to collaborators Sep 21, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants