How to add user-scalable style to the vaadin page

Hi,
While visit the vaadin page from mobile , while user click some controls like dropdown list, it enlarges too much in Andriod, (but it enlarges to ok size in IOS).

How to disable this behavior or adjust the enlarge level?

Hi,

it enlarges too much in Andriod

What do you mean?

Could you attach a screenshot? What Android version and web browser do you use?

Hi Yuriy,
We managed to change the behavior by adding viewport content with “maximum-scale=1.0, user-scalable=no”.

Thanks for your concern.