If I want to use my web site in iphone I write this code. But I dont know how can I do this for android? Can you help me, what is code for android to use in my web site.
<meta name="viewport" content="width=device-width,user-scalable=no" />
<meta name="apple-mobile-web-app-capable"
content="yes" />
<script>
function BlockMove(event) {
// Tell Safari not to move the window.
event.preventDefault() ;
}
</script>