Open tboyer-idnum opened 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" />
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