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

Is not visible inside <Modal> #23

Closed
darrenfurr opened this issue Jun 8, 2016 · 3 comments
Closed

Is not visible inside <Modal> #23

darrenfurr opened this issue Jun 8, 2016 · 3 comments

Comments

@darrenfurr
Copy link

I'm trying to use this component inside a modal, but it does not appear on top of the modal. When I move the buttons to the rootview it works fine.

Thanks for any help with this.

@doefler
Copy link
Owner

doefler commented Jun 9, 2016

Hi @darrenfurr
I actually don't know why this might happen, but my best guess is that both views are modals and therefore conflicts.
Could you close the modal first and then share?

  1. So click button in modal
  2. Send event to parent view (tell it to do step 3 and 4)
  3. Close modal
  4. Open share modal
    ...

Hope it makes sense 😄

@doefler doefler closed this as completed Jun 9, 2016
@darrenfurr
Copy link
Author

It does make sense. Our view was getting complex, so I implemented navigator instead. Thanks for the response.

@doefler
Copy link
Owner

doefler commented Jun 13, 2016

@darrenfurr: ahh I see, sounds like a good idea 👍
No problem, happy coding 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants