top | item 46517800 (no title) Ecco | 1 month ago Really cool game, but please please fix the viewport to prevent accidentaly zooming on the page on a mobile device! discuss order hn newest xp84|1 month ago And while you’re at it fix it so you can’t do a text selection of the game area. I’m having both zooming and selection happening and they make it unplayable. kevinAlbs|1 month ago I can reproduce a zoom on an iPad Safari when double tapping. Updated with a fix to prevent default double click events. It fixes on my environment. wanderingstan|1 month ago Yes. And it’s so easy:`<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">` arscan|1 month ago It has something like that already[1]. I'm curious what's wrong with that.1. https://github.com/kevinAlbs/SphericalSnake/blob/b907738476d... load replies (1)
xp84|1 month ago And while you’re at it fix it so you can’t do a text selection of the game area. I’m having both zooming and selection happening and they make it unplayable.
kevinAlbs|1 month ago I can reproduce a zoom on an iPad Safari when double tapping. Updated with a fix to prevent default double click events. It fixes on my environment.
wanderingstan|1 month ago Yes. And it’s so easy:`<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">` arscan|1 month ago It has something like that already[1]. I'm curious what's wrong with that.1. https://github.com/kevinAlbs/SphericalSnake/blob/b907738476d... load replies (1)
arscan|1 month ago It has something like that already[1]. I'm curious what's wrong with that.1. https://github.com/kevinAlbs/SphericalSnake/blob/b907738476d... load replies (1)
xp84|1 month ago
kevinAlbs|1 month ago
wanderingstan|1 month ago
`<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">`
arscan|1 month ago
1. https://github.com/kevinAlbs/SphericalSnake/blob/b907738476d...