Erick Alexandre

Results 5 comments of Erick Alexandre

Same thing is happening here. Any update on this?

A little workaround is to use the `zoom` props to control the zoom with a button. Create a state with: `const [cameraZoom, setCameraZoom] = React.useState(device?.neutralZoom);` and then update state with...