You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a componente called ZoomableScrollView, this work perfectly in IOS , but is having wrong behaviour in android, can someone help me?
The behaviour in android is this:
-When you tap+swipe to any of the sides (up, down, left, right) the screen goes to the top by itself -After this tap, if you don't release your finger from the screen, scrolling and zooming are working perfectly -If you release your finger from the screen and then tap the screen again, the behavior of 1 is repeated.
I've tried to use GestureHandlerRootView to fix this but its not working at all nothing is shown when i use it
Can someone please give me a hand with this? i'm actually desesperated since i can't find any solution for this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've made a componente called ZoomableScrollView, this work perfectly in IOS , but is having wrong behaviour in android, can someone help me?
The behaviour in android is this:
-When you tap+swipe to any of the sides (up, down, left, right) the screen goes to the top by itself -After this tap, if you don't release your finger from the screen, scrolling and zooming are working perfectly -If you release your finger from the screen and then tap the screen again, the behavior of 1 is repeated.
I've tried to use GestureHandlerRootView to fix this but its not working at all nothing is shown when i use it
Can someone please give me a hand with this? i'm actually desesperated since i can't find any solution for this
this is my zoomableview component
and this is the fragment of component where i'm trying to use it
Beta Was this translation helpful? Give feedback.
All reactions