Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: menu don't break on Android

Home Forums Latest release 1.1.x menu don't break on Android Reply To: menu don't break on Android

#8338
admin
Keymaster

Have you included a viewport meta tag in the <head> section of your pages? Something like this:

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

If yes and it’s still not working, then please post some kind of demo URL since it’s not easy to guess what might be wrong without checking your exact code.