In my mobile webpage I use
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />
but in the Android Browser when I double-tap the background, the screen still tries to zoom (triggers some kind of bubble-effect, that zooms in for a very short time and then returns to the normal size).
Is there any way to prevent this from happening? Since the webpage is a game, I just need to disable all zooming.