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
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
I have two markers on zoomed image which are drawn on the basis of margin from left
like <View style={{width:10,height:10,borderRadius:5,position:"absolute",left:someNumber}} />
after zoom above drawn circle move to invisible area. Is there any workaround to scroll the zoomed image to start from above point in cropView ?
I got stuck for last couple days calculating this value.
The text was updated successfully, but these errors were encountered:
sheraz427
changed the title
How to focus crop view after zoom some value from left
How to zoom specific points from left
Dec 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have two markers on zoomed image which are drawn on the basis of margin from left
like
<View style={{width:10,height:10,borderRadius:5,position:"absolute",left:someNumber}} />
after zoom above drawn circle move to invisible area. Is there any workaround to scroll the zoomed image to start from above point in cropView ?
I got stuck for last couple days calculating this value.
The text was updated successfully, but these errors were encountered: