My webpage looks fine in my browser with semantic-ui. If the browser window is scaled down, semantic-ui behaves correctly.
When the same page is viewed on a mobile device, the page appears like in a browser but very small and no mobile-view is displayed (even when i play with the mobile browser settings).
How can the mobile-view be triggered correctly?
To solve this, just put the viewport-tag in your
<head>
something like:
Please create the head definitions outside of any template.