I use Ionic4 and Angular8.
I want to pinch-in / pinch-out the screen on a smartphone.
What i tried The following description has been added to index.html.
<meta name = "viewport" content = "viewport-fit = cover, width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 4.0, user-scalable = yes" />
But contrary to expectations, it did not work on the actual machine.
I also tried.
The following has been added to .
scrollX = "true"
Then you can now pinch-in / pinch-out the screen on your smartphone. But I don't know why or why.
Also, if the height of is large enough to require vertical scrolling I cannot scroll horizontally after pinch-in the screen.
I don't know why. I want to make horizontal scrolling work after screen enlargement.
Please let me know if anyone knows how.
You can use
Pinch zoom for Angular
.Check out live demo . its easy to install .
1 - Install the npm package.
2 - Import module in you ts . like
home.module.ts
:3 - in your html