Skip to content

Zoomy Library MotionEvent.ACTION_DOWN not working? #40

@theoyuncu8

Description

@theoyuncu8

Hi, when i enable zoomy library, i can't listen for MotionEvent.ACTION_DOWN event. Can you please help?

viewHolder.imagePager.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_DOWN) { Toast.makeText(activity.getApplicationContext(), "ACTION_DOWN", Toast.LENGTH_SHORT).show(); } return false; } });

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