Disabel zoom in mobile browser

Any way to disable zoom in web app in devices? by css? Any tip?

Have you tired these:

<preference name="SuppressesLongPressGesture" value="true" />
<preference name="DisallowOverscroll" value="true" />

i usei this in ios app, but in safari browser… no

Maybe this will help: How to Disable Zoom on a Mobile Web Page With HTML and CSS