eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

onLabel( label ).useZoom() on Android doesn't work #465

Closed KathrinKieckbusch closed 5 years ago

KathrinKieckbusch commented 5 years ago

Hi there, we tried to implement a zooming function:

Label zoomedImageLabel = new Label(parent, SWT.NONE); onLabel(zoomedImageLabel).useZoom(); zoomedImageLabel.setImage(image);

on iOS it works fine but on android there's no zooming behavior

mpost commented 5 years ago

That is correct the zooming feature is not supported on Android in Tabris 2. It will be supported in Tabris 3.