While implementing double click on the map, the map is zooming and moving up instead zooming at same

1. A concise explanation of the problem you’re experiencing.

We are implementing double click on the map to zoom. When we click on the map the map is zooming and moving upwards.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

1.51, windows 7, Chrome

Struggling with this issue from past one week, can any one please help me

Thanks for the support.

Can you share a video or something of what you mean? When I double click on the map in CesiumJS in a default app it doesn’t move.

The camera tutorial talks a bit about manipulating the default behavior or turning off things like tilt/zoom:

The file ScreenSpaceCameraController.js in Source/Scene handles most of the camera logic, so you can look through that as well to get a better idea of what’s going on.