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

Not selectable when opacity is 0 in iOS? #171

Open
jameschetwood opened this issue Apr 7, 2020 · 2 comments
Open

Not selectable when opacity is 0 in iOS? #171

jameschetwood opened this issue Apr 7, 2020 · 2 comments
Labels
question Further information is requested

Comments

@jameschetwood
Copy link

I need custom styles for my slider. I couldn't find a library that gave me the control I needed so instead Im making the appearance I need with custom CSS applied to Views which are positioned behind the slider component.

I then need to hide the slider component. If I set opacity: 0 it's fine on Android but on iOS the slider is un-selectable. Is this a bug or intended behaviour?

@jameschetwood jameschetwood added the question Further information is requested label Apr 7, 2020
@ghost
Copy link

ghost commented Apr 7, 2020

I got the same problem/ question :(

@dynamiccast
Copy link

Same issue. Here is an ugly trick:
opacity: 0.011 seems to be the lowest opacity where the slider still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: To be analyzed
Development

No branches or pull requests

2 participants