XDATA-Year-3 / geoapp

XData GeoApp
Apache License 2.0
7 stars 2 forks source link

Basic support for mobile devices. #198

Closed manthey closed 9 years ago

manthey commented 9 years ago

If the device has a small screen or is in portrait orientation, we attempt to set a scale factor that will allow all controls to be reachable, even if they are too small for easy use. We handle pinch and pan touch events via the hammerjs library.

This works well on my touch-screen laptop and poorly on my Samsung phone. We need to test it on something like a iPad.