Disable ctrl + mousewheel zoom in Ionic Windows Build

Hi Ionic Team,

When using ionic cordova build windows, and when the app is running then i click ctrl+mousewheel it zoom and out the text become larger. How can disable this in ionic cordova build windows. I did try the other options like below examples but it did’nt work.

<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

aslo using event event.preventDefault(); didnt work.

I can’t find a way to do this.
Thanks!