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

Cannot interact with Modal on Android #807

Closed
huynhtastic opened this issue Jan 6, 2020 · 2 comments · Fixed by #819
Closed

Cannot interact with Modal on Android #807

huynhtastic opened this issue Jan 6, 2020 · 2 comments · Fixed by #819
Labels
🐛 Bug 📱 Components components module-specific

Comments

@huynhtastic
Copy link

huynhtastic commented Jan 6, 2020

🐛 Bug Report

Cannot interact with components inside of a modal on Android only (i.e. pressing a button rendered in a modal). This is observable in a snack created by @artyorsh for issue #718.

Modals seem to work correctly for IOS.

To Reproduce

Steps to reproduce the behavior:

  • Build a modal with a button on Android and try to click on the button. It will not work.

Expected behavior

Should be able to interact with components that are rendered in a modal.

Link to runnable example or repository (highly encouraged)

https://snack.expo.io/@art.yorsh/ui-kitten---dynamic-modals-(v4.2)

UI Kitten and Eva version

Package Version
@ui-kitten/components v4.2, v4.4-beta.1

I've tried this with v4.2 and updated my environment to the v4.4-beta.1 and it doesn't work on both versions. One other thing I've noticed is that if you allow the backdrop for a modal, a press anywhere on the screen will trigger the callback supplied to onBackdropPress.

Popovers seem to not be affected by this bug.

@Swabow
Copy link

Swabow commented Feb 13, 2020

Still can not interact with modal on Android devices. I am using UIKitten v4.4.0

@artyorsh
Copy link
Collaborator

@Swabow please provide a reproducible demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 📱 Components components module-specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants