apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 13 forks source link

fading stuff offscreen is broken on mobile devices #54

Closed yggi closed 11 years ago

yggi commented 11 years ago

using animate() to move stuff offscreen in various fx seems to increase the size of on android, so that useless scrolling gets enabled.

it is circumvented for the minimap for now (#48), but still happens for the featureBox and the status bars.

chron0 commented 11 years ago

same is true for non-mobile browser but mouse using tends to never dragging the interface by accident as opposed to touch, so it never bubbled as a bug. I'll see what I can put up as alternative, either the decrease height to 0 animation or just simple fades... whatever works :)

chron0 commented 11 years ago

merged