215
Views
1
Comments
[Zoom Mobile Applications]

Good morning!

I'm developing an app where I need to zoom the DOM of a screen, Currently, since outsystems doesn't support this natively, I'm doing it with CSS, where I use custom events (Hammer.JS) to detect the pinching motion, and scale the div a certain ammount.
In android this solution is working but in IOS I can pinch the screen but no other touch is detected.. I can't scroll or select anything.

Has anyone done something similiar before?

I'm using OS 10.0.902.0.

Thank you!

UserImage.jpg
Diogo Teixeira

Hey, insteans of using Hammer.Js try to use anvaka panzoom. 

I already used it and it works pefectly.

Here you have the git. https://github.com/anvaka/panzoom


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.