Zooming in on hybrid app

1
Hi there, I have a responsive website and hybrid app in which I would like to be able to enlarge/zoom the text by pinching it when viewing the website/app on mobile phone. I have added a line like "<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=30.0, minimum-scale=0.86, user-scalable=yes">" to the index.html. When I view the responsive website on my phone I can zoom in, but in the hybrid app this doesn't work. I also added the line "<preference name="EnableViewportScale" value="true"/>" to the Cordova config but that didn't help. Is zooming in a hybrid app possible at all?
asked
0 answers