Skip to content

Error : null mZoomView in PullToZoomScrollViewEx class #5

@rezaiyan

Description

@rezaiyan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions