Closed truXton222 closed 4 years ago
hi, when i change from port to landscape the current zoom level is lost.
Any way to keep the zoom level?
tnx
Simply reapply the state.
image.getController().getState() image.getController().getState().set(...)
image.getController().getState()
image.getController().getState().set(...)
or just reapply the zoom level
image.getController().getState().zoomTo(...)
hi, when i change from port to landscape the current zoom level is lost.
Any way to keep the zoom level?
tnx