Baseflow / Baseflow/PhotoView

no scroll for images with height and size more than the dispay

Open
#369 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
18.8k
Forks
3.9k
PR merge metrics
No merged PRs in 30d

Description

I have an image with w/h more than the screen size. So i programmatically create a new view. When i zoom there is a scroll property. But on the initial position there is no scroll

```
mMapView = new MapView(this);
mMapView.setLayoutParams(new LayoutParams(bitmap.getWidth(), bitmap.getHeight()));
mMapView.setImageBitmap(bitmap);
```

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the issue with the MapView snippet and an image larger than the screen, comparing the initial position with the zoomed state. Trace MapView's layout and scrolling behavior; done means the oversized image can scroll from its initial state as well as after zooming.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.