In iPhone, there are php scripts that control the initial scale and max scale of website viewing that are like these:-
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=3.0;">
Would there be similar functions that work for android? Thanksalot.