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

[Critical Bug!] Very sluggish behavior on Android only (works perfect on iOS) #119

Closed
karanmartian opened this issue Nov 26, 2021 · 8 comments

Comments

@karanmartian
Copy link

karanmartian commented Nov 26, 2021

Works very well on ios but not on android, it feels like its stuck and sluggish on android. u have to try really hard to zoom in and keep pinching and then if you are lucky it zooms very little on android. On ios its perfect, so fluid. This is a critical bug! Even in the demo shown by developer, hes shown it working on iOS, did he ever try this on Android one can question.

@moshangqi
Copy link

+1,这个在android有重大问题

@jake-stewart
Copy link

+1

1 similar comment
@eeshaan
Copy link

eeshaan commented Dec 15, 2021

+1

@bjornhutter
Copy link

@karanmartian Temporary fix for this is to set swipeToCloseEnabled={false} on Android e.g.

swipeToCloseEnabled={Platform.OS === 'ios'}

It makes pinch to zoom work much better on Android but you won't be able to close the modal on swipe up/down.

@AlexCernik
Copy link

+1

1 similar comment
@orhangazi
Copy link

+1

@antonKalinin
Copy link
Collaborator

antonKalinin commented Apr 18, 2022

Closing for now due to fix done in v0.2.2

@orhangazi
Copy link

orhangazi commented Apr 19, 2022

@antonKalinin I tried with v0.2.2 but it is doesn't fixed. I need use swipeToCloseEnabled={Platform.OS === 'ios'} still.

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

8 participants