Meta Tag used in html to support All devices

The following is the META tag to be used in Html files , so that the UI scales according to the Device(user-agent) used.

<meta name="viewport"
        content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />

Search