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

Doesn't work with navigators or modal #21

Open
luco opened this issue Dec 10, 2019 · 3 comments
Open

Doesn't work with navigators or modal #21

luco opened this issue Dec 10, 2019 · 3 comments

Comments

@luco
Copy link

luco commented Dec 10, 2019

When using this lib inside a navigator or modal, the footer gets hidden. I found the issue:

Cropper.component.style.js, on line 21:

footerContainer: { position: 'absolute', top: SCREEN_HEIGHT - Q, bottom: 0, width: W },

Removing the top fixes the issue. Would't be better to have an option to pass the style for the footer?

@ggunti
Copy link
Owner

ggunti commented Dec 17, 2019

I will try to find a solution.

@keyurgarsondiya
Copy link

Yes the same problem is happening with me also.
@ggunti

@gomes42
Copy link

gomes42 commented Nov 10, 2020

Like this repo did, it would be an alternative to include captureEvent:boolean property to fix it.

DuDigital/react-native-zoomable-view@1ced782

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

4 participants