Luccid-ai / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
15 stars 17 forks source link

[Bug] Fix navigation on mobile devices #26

Open tboyer-idnum opened 10 months ago

tboyer-idnum commented 10 months ago

Navigation works on mobile device, especially rotation. But zoom and moving functionalities are broken by the two / three fingers interaction.

I have tested on local and a html meta tag that define viewport should do the job, like this :

demo/src/index.html.ejs

    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />