jobtoday/react-native-image-viewing

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

karanmartian opened this issue · 8 comments

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.

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

+1

@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.

Closing for now due to fix done in v0.2.2

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