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
Hi, in setZoomView method user should be set that, otherwise when you doing to scroll down for zooming, app will be crash.
So for solve this issue you should set a view even a non usage view.
for instance:
`
ImageView iv = new ImageView(context) ;
MzoomScrollView. SetZoomView(iv);
Hi, in setZoomView method user should be set that, otherwise when you doing to scroll down for zooming, app will be crash.
So for solve this issue you should set a view even a non usage view.
for instance:
`
ImageView iv = new ImageView(context) ;
MzoomScrollView. SetZoomView(iv);
`
Sent from my Xiaomi MI 3W using FastHub
The text was updated successfully, but these errors were encountered: