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


i use minimal responsive menu (pure css) in project navigation menu.

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

i test navigation in useful browser. results in google chrome, mozilla firefox , opera ok, in android (4.2) default browser when click on ≡, nothings happened. how can fix this?

i think you've forgotten

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

in head. tells device use media queries, included in css. may fix problem.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -