In mobile phones Bootstrap text shown small and toggle menu not showing

Sometimes in mobile phone Bootstrap based website text shown very small and in compute/Desktop it is looks good.
What is the reason behind this?
It is because of may be in your layout file head section below meta tag not included.
<meta name="viewport" content="width=device-width, initial-scale=1">
Please include above code in HTML head section to fix problem.