简体   繁体   中英

Minimal Responsive Menu (Pure CSS) in not working on android default browser

I use Minimal Responsive Menu (Pure CSS) in a project as navigation Menu.

http://codepen.io/nickisix/pen/julqA

I test this navigation in most Useful browser. Results in google chrome, Mozilla Firefox and opera is OK, but in android (4.2) default browser when click on ≡, nothings happened. How I can fix this?

I think you've forgotten something like

<meta name="viewport" content="width=device-width, initial-scale=1.0">

in your head. It tells the device to use media queries, which are included in your css. This may fix the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM