Zoom reset on Tablet Android 4.3 and 4.2.2
Open
- Dominant language
- Java
- Stars
- 18.8k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
Photoview zoom don't work properly, i have tested on Android 4.3 and 4.2.2
The error occured when zooming in but a aspect ratio of the image does not hold, resetting to the initial size.
My xml:
``
My java:
`pv_accident = (PhotoView) findViewById( R.id.pv_accident );
pv_accident.setZoomable( true );`
Contributor guide
Assessment
This issue has not been assessed yet.